Viewing 2 posts - 1 through 2 (of 2 total)
I had similar problem with my Developer and Production environment when I used count function with (IS Not Null) condition in the where clause then I released that Developer server...
September 5, 2003 at 9:04 am
#472831
Here the simple way to run or open any OS files from QA:
exec xp_cmdshell 'C:\Reboot.bat' or
exec xp_cmdshell 'type C:\Boot.ini'
July 14, 2003 at 6:48 am
#465288