Viewing 7 posts - 16 through 22 (of 22 total)
Yes, I am also looking into that but we need to move to 64-bit sql server ASAP. I needed something in the interim.
May 3, 2005 at 1:51 pm
Thanks Mike. We are also moving to 64-bit Itanium servers and are in the process of testing everything out. I have moved away from XP_smtp_sendmail and have started using cdonts. The...
May 2, 2005 at 10:42 am
Well..thats fine. I reverted to cdosys.
May 2, 2005 at 10:37 am
Was anybody able to successfully test this on 64-bit sql server?
Eric
April 28, 2005 at 10:45 am
I have learned the hard what that exe files should not be called from xp_cmdshell.
April 22, 2005 at 2:48 pm
Three options:
1. Debug the code
2. Put print statements after each section of the procedure to identify the section along with select getdate(). See eg. below
Print Section 1 done
select getdate()
The beggest...
April 22, 2005 at 2:38 pm
I my case, I created a new table (lets say B) with exact same fields as the tables where the data will eventually be loaded (lets say table A). ...
April 13, 2005 at 8:30 am
Viewing 7 posts - 16 through 22 (of 22 total)