Viewing 7 posts - 1 through 7 (of 7 total)
Same was happening with xp_cmdshell as well. But using no_output option did resolve the issue with xp_cmdshell.
Any help in this regard is much appreciated.
February 13, 2006 at 10:06 pm
Thanks David. This information was useful.
February 13, 2006 at 5:00 am
/*
To my knowledge there is no System stored procedure to serve your purpose. However you can rely on sysdepends for dependant objects, if you have updated statistics.
This was a requirement...
January 30, 2006 at 8:26 am
Are you talking of the table that Server creates temporarily; while joining tables, filtering based on where clause and then returning the resultset.
In short are you talking of "The...
January 27, 2006 at 12:13 am
I am also planning to write 70-229 in last week of feb. These are the books I am currently looking at:
1. MCAD/MCSE/MCDBA Self-Paced Training Kit:
Microsoft SQL Server 2000 Database Design...
January 25, 2006 at 5:29 am
The above one works..
Replace the last line
exec master.dbo.xpcmdshell @cmd
with
exec master.dbo.xp_cmdshell @cmd
Cheers
September 1, 2005 at 12:15 am
Article is fantabulous. Remembering connection string was so hard. This udl trick has reduced me lot of time. Thank you Andy
December 8, 2004 at 3:24 am
Viewing 7 posts - 1 through 7 (of 7 total)