dbTalk Databases Forums  

How Name Integrated Security

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


Discuss How Name Integrated Security in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Derek Hart
 
Posts: n/a

Default How Name Integrated Security - 06-20-2006 , 08:26 PM






I am setting options dynamically for DTS for a SQL Server connection, and I
am not sure how to set it for SQL Server authentication. What do I use in
place of the last 2 lines?

Set oConnection = oPKG.Connections("Destination")
oConnection.DataSource = DestinationServerName
oConnection.Catalog = DestinationDatabase
oConnection.UserID = UserID
oConnection.Password = myPassword
oConnection.UseTrustedConnection=False 'not sure
oConnection.IntegratedSecurity=False ' not sure



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: How Name Integrated Security - 06-21-2006 , 05:27 PM






Hello Derek,

Quote:
I am setting options dynamically for DTS for a SQL Server connection,
and I am not sure how to set it for SQL Server authentication. What
do I use in place of the last 2 lines?

Set oConnection = oPKG.Connections("Destination")
oConnection.DataSource = DestinationServerName
oConnection.Catalog = DestinationDatabase
oConnection.UserID = UserID
oConnection.Password = myPassword
oConnection.UseTrustedConnection=False 'not sure
oConnection.IntegratedSecurity=False ' not sure
Set UseTrustedConnection to false, and I would not even set IntegratedSecurity
at all. The are almost duplicates.




Reply With Quote
  #3  
Old   
Derek Hart
 
Posts: n/a

Default Re: How Name Integrated Security - 06-22-2006 , 05:10 PM



What is the DSL setting?

oConnection.UseDSL = False

Derek


"Darren Green" <darren.green (AT) reply-to-newsgroup (DOT) sqldts.com> wrote

Quote:
Hello Derek,

I am setting options dynamically for DTS for a SQL Server connection,
and I am not sure how to set it for SQL Server authentication. What
do I use in place of the last 2 lines?

Set oConnection = oPKG.Connections("Destination")
oConnection.DataSource = DestinationServerName
oConnection.Catalog = DestinationDatabase
oConnection.UserID = UserID
oConnection.Password = myPassword
oConnection.UseTrustedConnection=False 'not sure
oConnection.IntegratedSecurity=False ' not sure

Set UseTrustedConnection to false, and I would not even set
IntegratedSecurity at all. The are almost duplicates.





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.