Viewing 3 posts - 1 through 3 (of 3 total)
That are you doing inside of the usp_translatetext? You are calling it 1 line at a time, thus requiring a cursor like structure. Could usp_translatetext perhaps be changed...
December 18, 2002 at 8:57 am
Just to confirm Tim's comment. I was able to modify sp_send_cdosysmail by adding an attachment parameter and the line
EXEC @hr = sp_OAMethod @iMsg, 'AddAttachment',@rv out, @ATTACHMENT
--@rv captures the...
November 7, 2002 at 9:20 am
Probably overkill, but one straight forward way to get your result set is simply to create another copy of your table that doesn't allow null, copy all the data and...
October 31, 2002 at 7:36 am
Viewing 3 posts - 1 through 3 (of 3 total)