xp_readmail message body > 8000
From: Adam Stretch (adam_stretch_at_skyservice.com)
Date: 05/19/04
- Next message: Abid: "RE: internal consistency error"
- Previous message: Aaron Bertrand - MVP: "Re: General Advice: Multiple queries VS large joins"
- Next in thread: Bojidar Alexandrov: "Re: xp_readmail message body > 8000"
- Reply: Bojidar Alexandrov: "Re: xp_readmail message body > 8000"
- Messages sorted by: [ date ] [ thread ]
Date: 19 May 2004 11:07:20 -0700
Hello all,
I'm trying to create a TSQL mail reader solution that will parse out
emails in the SQL mail inbox, load them to a DB table, and then remove
them from the inbox. I'm still in the planning process, but I have
seen several postings regarding the 8000 char limit. Infortunately,
all of the postings I've found on the subject have no replies. The
emails will be more than 12,000 chars on average and I need to get all
of the email body.
The xp_readmail example in BOL didn't provide quite enough infomation.
I'd like to load the entire email body into a text data type column.
In a TSQL script, I can't use a text data type local variable.
Any ideas or info would be greatly appreciated (on the 8000 char limit
OR on the process in general).
Thanks in advance,
Adam
- Next message: Abid: "RE: internal consistency error"
- Previous message: Aaron Bertrand - MVP: "Re: General Advice: Multiple queries VS large joins"
- Next in thread: Bojidar Alexandrov: "Re: xp_readmail message body > 8000"
- Reply: Bojidar Alexandrov: "Re: xp_readmail message body > 8000"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|