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)
 howto set serverpaths&serverDB credentials on serv

Author  Topic 

dhani
Posting Yak Master

132 Posts

Posted - 2008-11-05 : 11:45:36





Hello All,

i am developing SSIS package in my local desktop, using some test DB in my local machine
now i completed my project

1) what actually it does is reads file from source
2) writes this file data to SQL SERVER table
3) then source file moves to another folder (ex processed folder)


here in step 1 path is different in my local machine & in actual server path and also in step 2 the DB credentials are different in local db and original production server.
in above step 3 it changed to another lcoation using a variable

how can i set up these paths on server

i mease how can i deploy on server these package with server paths

Please

Thanks in advance
asin



visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-05 : 12:19:30
you does this by means of setting package configurations. This enables the migration of package from one environment to another. See below

http://www.sqlis.com/post/Easy-Package-Configuration.aspx
Go to Top of Page
   

- Advertisement -