all groups > visual studio .net setup > december 2005 >
You're in the

visual studio .net setup

group:

SSIs Deployment



SSIs Deployment Pravin
12/14/2005 9:46:02 PM
visual studio .net setup: We have a C# application which calls DTEXEC.EXE. SQL Server (2005) is not
located on the same machine where C# application runs. Hence, DTEXEC.EXE file
doesn't reside on machine where C# application runs.

My question Can we install DTEXEC.EXE (and NOT whole SQL Server 2005) on
machine that runs C# application.

--
Regards,
MSGuy
RE: SSIs Deployment Pravin
12/15/2005 1:30:05 AM
Installing SSIS on machine running C# application.

1. Does that mean on machine running C# application, Integratin Services
option from SQL Server 2005 installation should be installed? And no need to
install full SQL Server 2005? Do we have such an option?

2. We had installed full SQL Server 2005 on a machine. Automatically
DTEXEC.EXE also got installed. Then we disabled Integration Service. The
package was in file system and not in SQL instance. Then too we were able to
execute the package and save the data on SQL instance running on different
machine.

I am not very clear about over all scene. Does that mean having just
DTEXEC.EXE is enough? What are it's dependencies? Can I port just DTEXEC.EXE
on machine running C# application? Are there any deployment issues?

--
Regards,
MSGuy


[quoted text, click to view]
RE: SSIs Deployment Pravin
12/15/2005 1:30:06 AM
Installing SSIS on machine running C# application.

1. Does that mean on machine running C# application, Integratin Services
option from SQL Server 2005 installation should be installed? And no need to
install full SQL Server 2005? Do we have such an option?

2. We had installed full SQL Server 2005 on a machine. Automatically
DTEXEC.EXE also got installed. Then we disabled Integration Service. The
package was in file system and not in SQL instance. Then too we were able to
execute the package and save the data on SQL instance running on different
machine.

I am not very clear about over all scene. Does that mean having just
DTEXEC.EXE is enough? What are it's dependencies? Can I port just DTEXEC.EXE
on machine running C# application? Are there any deployment issues?

--
Regards,
MSGuy


[quoted text, click to view]
RE: SSIs Deployment wjzhang NO[at]SPAM online.microsoft.com (
12/15/2005 8:39:47 AM
Hi,

This is mainly a SQL2005 related question.

As I know, the DTEXEC.exe can retrieve packages from remote SQL instance
but the execution is still at local. So at least you should have SQL Server
2005 Integration Services (SSIS) installed on the client machine. The
details can be found in SQL2005 BOL:

dtexec Utility
http://msdn2.microsoft.com/en-us/library/ms162810.aspx

Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
RE: SSIs Deployment wjzhang NO[at]SPAM online.microsoft.com (
12/15/2005 12:16:37 PM
Hi,

Since this is a SQL2005 SSIS issue, our SQL engineer will work with you in
our SQL newsgroup. Please monitor the update of us in your another post in
SQL queue.

Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
AddThis Social Bookmark Button