Friday, July 29, 2011

Error in executing xp_cmdshell in SQL Server 2005


EXEC master.dbo.sp_configure 'show advanced options', 1
RECONFIGURE
EXEC master.dbo.sp_configure 'xp_cmdshell', 1
RECONFIGURE

No comments: