sql >> Database teknologi >  >> RDS >> Sqlserver

Aktiver 'xp_cmdshell' SQL Server

Du skal aktivere det. Tjek tilladelsessektionen i xp_cmdshell MSDN-dokumenterne :

http://msdn.microsoft.com/en-us/library/ms190693 .aspx :

-- To allow advanced options to be changed.
EXEC sp_configure 'show advanced options', 1
GO
-- To update the currently configured value for advanced options.
RECONFIGURE
GO
-- To enable the feature.
EXEC sp_configure 'xp_cmdshell', 1
GO
-- To update the currently configured value for this feature.
RECONFIGURE
GO


  1. PostgreSQL/JDBC og TIMESTAMP vs. TIMESTAMPTZ

  2. CV for XID hævet 0:ukendt

  3. Få rækkeposition i MYSQL-forespørgsel

  4. MySQL viser tæller på 0 for datoer uden registreringer