timcunningham

Untitled

Aug 1st, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.13 KB | None | 0 0
  1. EXEC sp_configure 'show advanced options', 1
  2. GO
  3.  
  4. RECONFIGURE
  5. GO
  6.  
  7. EXEC sp_configure 'xp_cmdshell', 1
  8. GO
  9.  
  10. RECONFIGURE
  11. GO
Advertisement
Add Comment
Please, Sign In to add comment