sqlforge
We've moved to http://sqlforge.us/blog/
Monday, June 27, 2011
xp_cmdshell
USE master GO EXEC sp_configure 'show advanced options', 1 EXEC sp_configure 'xp_cmdshell', '1' RECONFIGURE; CHECKPOINT; xp_cmdshell 'dir c:\' GO
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment