Viewing 3 posts - 1 through 3 (of 3 total)
Thanks but I went ahead and used this T-SQL;
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'xp_cmdshell', 1;
GO
RECONFIGURE;
GO
January 10, 2012 at 10:28 am
I was able to log in to the SAC with the virtual server name but when I try to enable xp_cmdshell I get "Alter failed.
------------------------------
ADDITIONAL INFORMATION:
Could not load file...
January 10, 2012 at 8:03 am
To send Database Mail to more than one recipient create an operator, i.e. DBA, and list the email addresses in the 'E-mail name:' field separated by a semicolon.
May 3, 2011 at 4:26 pm
Viewing 3 posts - 1 through 3 (of 3 total)