The xp_cmdshell extended store procedure makes it possible to execute operating system commands from within SQL Server.
Example:
EXEC Master..xp_cmdshell ‘Dir c:\’
The xp_cmdshell extended store procedure makes it possible to execute operating system commands from within SQL Server.
Example:
EXEC Master..xp_cmdshell ‘Dir c:\’