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.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 how to deploy on to server & change conn mgr value

Author  Topic 

dhani
Posting Yak Master

132 Posts

Posted - 2008-10-17 : 11:07:12
Hello All,

i completed one package in SSIS (this is my first package ) in development system (localhost, on my desktop)

the package task is, basically reads data from one flat file then writes to table and a procedure will execute to do some tasks on data then finally the table data will write to CSV file.

now as i completed, i have to make it available on production server

can any one tell me how to deploy this package to server

i do have a look on configuration & deployment, but seems to be i have still some doubts on it

1) where to specify source file path,
2) and where to specify destination file path,
3) where to specify DB server connection properties (i.e writes data to table from flat file)
4) how can i set these three values (after deploy on production server)


Thanks in advance,

Best Regards
asin

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-10-17 : 11:11:56
you use packahe configuration to set values for all these. Then when package is moved from environemnt to other, it takes the value based on configuration settings. you can either use environment variables or xml file for storing configuration properties.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-10-17 : 11:14:40
refer this too
http://www.sqlis.com/26.aspx
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-17 : 11:15:53
http://www.mssqltips.com/tip.asp?tip=1405
Go to Top of Page
   

- Advertisement -