how to call aspnet_regsql.exe from an SQL script?
thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You may take a look at xp_cmdshell:
|
|||
|
|
|
Read more : xp_cmdshell |
|||
|
|

-?to see the command line options, or read here: msdn.microsoft.com/en-us/library/ms229862%28v=vs.80%29.aspx – Merlyn Morgan-Graham Sep 9 '11 at 23:47