an extended stored procedure provided by SQL Server, which launches a Windows command shell to run a specified command.
I am having trouble with finding the best way to solve my issue, please keep in mind I am open …
sql sql-server xp-cmdshellI’m working with a SQL stored procedure that makes a call to xp_cmdshell. xp_cmdshell has been enabled, …
sql-server sql-server-2012 bcp xp-cmdshellAll, I need to write a data set from a large SQL table to a .txt file. To do this …
sql tsql xp-cmdshellI don't want to grant the user Sysadmin role. Is there any way to run a specific stored procedure as …
sql-server-2005 stored-procedures xp-cmdshellI have a stored procedure in SQL Server that checks for today's backup files (files that has a date in …
sql-server variables xp-cmdshell