Viewing 4 posts - 1 through 4 (of 4 total)
This would fail if you have only one item in the @array var without a trailing comma e.g:
DECLARE @array VARCHAR(max)
SET @array = '1'
SELECT item FROM strToTable(@array,',')
This would break the...
December 14, 2009 at 12:29 am
The scheduled job runs OK. The problem occurs when executing the DTS both by manual and automated methods. Everything is fine until the cursor within the stored procedure...
February 12, 2003 at 9:36 am
I'm doing something similar to this but have recently experienced problems. See my forum entry: http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=9937
It use to work but now the DTS package stops as soon...
February 12, 2003 at 8:59 am
Check out my problem:
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=9937
Is there anyway to get the cursor to continue once xp_sendmail has encountered an invalid email account?
February 12, 2003 at 8:51 am
Viewing 4 posts - 1 through 4 (of 4 total)