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

Làm cách nào để tạo tài liệu trên máy chủ bằng cách chạy quy trình được lưu trữ hiện có hoặc câu lệnh sql của thủ tục đó trên máy chủ sql R2008

     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   

    create procedure [dbo].[exportSubmissionsReport] 
    @login varchar(50) ='x',
    @password varchar(10) ='y$',
    @Server varchar(50) = 'my/instance', 
    @Database varchar(50) = 'database_DEMO', 
    @Statement varchar(5000),
    @fileName varchar(70) = 'TESD'

    as
    declare @query varchar(8000);
    set @query = 'sqlps.exe -command "invoke-sqlcmd ';
    set @query = @query [email protected]+ ' ';
    set @query = @query + '  -ServerInstance '[email protected]+' -Username ';
    set @query = @query + @login+' -Password '[email protected]+' -Database                     '[email protected]+'         |Export-CSV E:\NMCMS_DEMO\UploadedMedia\Reports\'[email protected]+'.csv"';
    execute xp_cmdshell @query



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Cấp quyền SELECT trên một chế độ xem, nhưng không cấp cho các đối tượng cơ bản

  2. ExecutenonQuery không hoạt động

  3. Đăng nhập thất bại. Thông tin đăng nhập từ một miền không đáng tin cậy và không thể được sử dụng với xác thực Windows

  4. Spotlight Cloud Basic:Công cụ giám sát hiệu suất cơ sở dữ liệu miễn phí tốt nhất

  5. Cảnh báo tác nhân SQL Server