dbTalk Databases Forums  

SSIS Package Configurations...

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS Package Configurations... in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
david.buckingham@gmail.com
 
Posts: n/a

Default SSIS Package Configurations... - 04-05-2006 , 02:45 PM






SSIS newbie here...

I have developed a package for importing data from text files into a
SQL server database. In this package I'm using an OLEDB Connection
Manager. I would like to be able to specify the connection string for
this connection manager when I deploy the package.

My question is what's the best/typical/preferred approach: creating an
XML package configuration, or storing the package configuration in a
SQL server? Apparently, if I create an XML package configuration, I
have to manually add the password to the connection string and then
it's stored as plain text in a file (never a good thing).

Thoughts?

Thanks!
David


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SSIS Package Configurations... - 04-05-2006 , 02:53 PM






Hello david,

Configurations like you have discovered are the way forward for this. You
should store the info in a place that is safe. Can you secore the location
of the Configuration file and the file itself?


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
SSIS newbie here...

I have developed a package for importing data from text files into a
SQL server database. In this package I'm using an OLEDB Connection
Manager. I would like to be able to specify the connection string for
this connection manager when I deploy the package.

My question is what's the best/typical/preferred approach: creating
an XML package configuration, or storing the package configuration in
a SQL server? Apparently, if I create an XML package configuration, I
have to manually add the password to the connection string and then
it's stored as plain text in a file (never a good thing).

Thoughts?

Thanks!
David



Reply With Quote
  #3  
Old   
david.buckingham@gmail.com
 
Posts: n/a

Default Re: SSIS Package Configurations... - 04-05-2006 , 03:20 PM



Yes, I suppose that I can. It actually seems as though the .dtsConfig
file is created in such a way that the average-user can't read it
anyways, only those in the Administrators group (of which my account
belongs).

I wasn't sure if this was the widely accepted method as it still seems
foreign to me to save a password, unencrypted, in a file.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.