1.

Can we execute DOS command from SQL.

Answer»

Can we EXECUTE DOS COMMAND from SQL.
YES we can execute DOS command by using xp_cmdshell. And to execute this we USE below command or syntax to execute this.
exec xp_cmdshell "c: *.exe"



Discussion

No Comment Found