![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
Pravin wrote: 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. You will need to install SSIS on the machine. Note, SSIS is no redistributable as DTS was, so this machine will require a full server license. -- Darren http://www.sqldts.com http://www.sqlis.com |
#4
| |||
| |||
|
|
Thread-Topic: SSIS Deployment thread-index: AcYBWN5AsP0G66V0T72zTS/U2XOIDQ== X-WBNR-Posting-Host: 203.190.152.60 From: =?Utf-8?B?UHJhdmlu?= <Pravin (AT) newsgroups (DOT) nospam References: <DE5E73C9-BE6B-4081-870F-CF1111F899A0 (AT) microsoft (DOT) com OmiCfKVAGHA.3936 (AT) TK2MSFTNGP12 (DOT) phx.gbl Subject: Re: SSIS Deployment Date: Thu, 15 Dec 2005 01:21:02 -0800 Lines: 33 Message-ID: <E928CE04-8CDB-4E78-B489-EAAA61A48CCB (AT) microsoft (DOT) com MIME-Version: 1.0 Content-Type: text/plain; charset="Utf-8" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft CDO for Windows 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Newsgroups: microsoft.public.sqlserver.dts NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250 Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGXA03.phx.gbl Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.dts:62580 X-Tomcat-NG: microsoft.public.sqlserver.dts Installing SSIS on machine running C# application. 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? And if yes to above, will it be counted as one liecnse is used? -- Regards, MSGuy "Darren Green" wrote: Pravin wrote: 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. You will need to install SSIS on the machine. Note, SSIS is no redistributable as DTS was, so this machine will require a full server license. -- Darren http://www.sqldts.com http://www.sqlis.com |
#5
| |||
| |||
|
|
Installing SSIS on machine running C# application. 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? Yes. You can install any of the server components on their own, SQL, AS, |
|
And if yes to above, will it be counted as one liecnse is used? |
#6
| |||
| |||
|
|
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 |
#7
| |||
| |||
|
|
Pravin, Have you considered running DTEXEC on the remote PC? It can be done. Ilya "Pravin" <Pravin (AT) newsgroups (DOT) nospam> wrote in message news E5E73C9-BE6B-4081-870F-CF1111F899A0 (AT) microsoft (DOT) com...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 |
#8
| |||
| |||
|
|
Ilya, Wow that would be really useful. So my SQL Server will be loaded on a SERVER machine (remote machine)...and C# application will run on client machine...which will call DTEXEC.EXE residing on server machine. Cool! Just like DTS, SSIS packages are executed on the machine which calls |
|
How to do this? Is it just include the path of DTEXEC.EXE (residing on remote machine) in system variable "path" of client machine? Do we need to do anything else? Thanks. |
#9
| |||
| |||
|
|
Pravin wrote: Ilya, Wow that would be really useful. So my SQL Server will be loaded on a SERVER machine (remote machine)...and C# application will run on client machine...which will call DTEXEC.EXE residing on server machine. Cool! Just like DTS, SSIS packages are executed on the machine which calls them, the host process, so the package executes upon the machine which DTEXEC is running. If you can invoke a process on a remote machine, then this will work, rather than just load an exe over the network and run it locally. How to do this? Is it just include the path of DTEXEC.EXE (residing on remote machine) in system variable "path" of client machine? Do we need to do anything else? Thanks. -- Darren http://www.sqldts.com http://www.sqlis.com |
#10
| |||
| |||
|
|
Thread-Topic: SSIS Deployment thread-index: AcYBh86MGy++0UymRfKBWFf1eMvE9w== X-WBNR-Posting-Host: 203.190.152.60 From: =?Utf-8?B?UHJhdmlu?= <Pravin (AT) newsgroups (DOT) nospam References: <DE5E73C9-BE6B-4081-870F-CF1111F899A0 (AT) microsoft (DOT) com O0PrxuXAGHA.2392 (AT) TK2MSFTNGP09 (DOT) phx.gbl |
|
Subject: Re: SSIS Deployment Date: Thu, 15 Dec 2005 06:57:02 -0800 Lines: 40 Message-ID: <A11D5574-F125-42ED-8FF6-EAB44BCB021B (AT) microsoft (DOT) com MIME-Version: 1.0 Content-Type: text/plain; charset="Utf-8" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft CDO for Windows 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Newsgroups: microsoft.public.sqlserver.dts NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250 Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGXA03.phx.gbl Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.dts:62591 X-Tomcat-NG: microsoft.public.sqlserver.dts I didn't get --> rather than just load an exe over the network and run it locally. Do you mean copy it from network or what else? How about ot's dependencies? Thanks. -- Regards, MSGuy "Darren Green" wrote: Pravin wrote: Ilya, Wow that would be really useful. So my SQL Server will be loaded on a SERVER machine (remote machine)...and C# application will run on client machine...which will call DTEXEC.EXE residing on server machine. Cool! Just like DTS, SSIS packages are executed on the machine which calls them, the host process, so the package executes upon the machine which DTEXEC is running. If you can invoke a process on a remote machine, then this will work, rather than just load an exe over the network and run it locally. How to do this? Is it just include the path of DTEXEC.EXE (residing on remote machine) in system variable "path" of client machine? Do we need to do anything else? Thanks. -- Darren http://www.sqldts.com http://www.sqlis.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |