Ir al contenido principal
Install SQL Server Integration Services SSIS in a different Server
   - Install SQL Server Integration Services in a Server different to SQL Server Database Server for example in an application server.
     -  In Application Server where you install SSIS modify the follow file to connect a Database Server “C:\Program Files\Microsoft SQL Server\90\DTS\Binn\MsDtsSrvr.ini.xml”
     - Change  the parameter according to you environment:      
<ServerName>.</ServerName>      
For example:      
<ServerName>SERVERSQL01\INSTANCE03</ServerName>     - Restart SQL Server Integration Services.
  
  
 
 
 
 
 
 
 
 
 
 
 
Comentarios