Sqlserver
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Sqlserver

Bật SQL Server 'xp_cmdshell'

Bạn cần kích hoạt nó. Xem phần Quyền của xp_cmdshell tài liệu MSDN :

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. Không thể cài đặt các đối tượng hỗ trợ sơ đồ cơ sở dữ liệu ... không có chủ sở hữu hợp lệ

  2. Cách sử dụng thuộc tính IDENTITY () trong SQL Server

  3. Đang cố gắng nhập tệp FoxPro DBF vào SQL Server

  4. Làm cách nào để tự động tạo tập lệnh bằng SMO trong SQL Server?

  5. Cách tạo nhiều cái cho một cái