Sqlserver
 sql >> Teknologi Basis Data >  >> RDS >> Sqlserver

Aktifkan 'xp_cmdshell' SQL Server

Anda perlu mengaktifkannya. Lihat bagian Izin dari dokumen MSDN xp_cmdshell :

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. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Bagaimana COUNT() Bekerja di SQL Server

  2. Periksa apakah suatu parameter nol atau kosong dalam prosedur tersimpan

  3. Kolom apa yang umumnya membuat indeks bagus?

  4. Membatasi Sesi Pengguna Serentak untuk Login Tertentu di SQL Server

  5. Mengapa ada tambahan (1 baris yang terpengaruh)