![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |