how to call aspnet_regsql.exe
from an SQL script?
thanks
You may take a look at xp_cmdshell:
xp_cmdshell 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe'
xp_cmdshell
alows you to call exe files form sql server
EXEC master.dbo.xp_cmdshell 'C:\PrintToPDFConsole.exe'
Read more : xp_cmdshell
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With