Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sridharg
Starting Member
7 Posts |
Posted - 2008-04-17 : 06:09:45
|
pls any one help me.. In SSIS..i want to deploy and create an executable file.. if i send only that executable file to the cilent just by clicking that file what ever process i had given inside the ssis package the process had been done..how to make that exe file(or) setup file...pls help me.... |
|
tm
Posting Yak Master
160 Posts |
Posted - 2008-04-17 : 10:40:54
|
It might be just me but I think you need to give more information.If you mean deployment of SSIS Package then have you looked at Books on Line? |
 |
|
sridharg
Starting Member
7 Posts |
Posted - 2008-04-18 : 07:04:52
|
quote: Originally posted by tm It might be just me but I think you need to give more information.If you mean deployment of SSIS Package then have you looked at Books on Line?
tell me in which online books i can get the step by step procedure do deploy the ssis package |
 |
|
tm
Posting Yak Master
160 Posts |
Posted - 2008-04-18 : 09:20:07
|
SQL Server 2005 Books OnLine ~ Filter by SQL Server Integration Services ~ deploying packages [Integration Services]ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/extran9/html/060b9781-afa0-4c83-b7a1-717e48a55152.htmThis section contains procedures for preparing for package deployment, creating a package deployment utility, and deploying packages using the SQL Server 2005 Integration Services (SSIS) tools that Business Intelligence Development Studio provides.How to: Create a Package ConfigurationHow to: Create an Integration Services Package Deployment UtilityHow to: Deploy Packages to the File SystemHow to: Deploy Packages to SQL Server |
 |
|
|
|
|