Click here to Skip to main content
16,011,542 members
Home / Discussions / Database
   

Database

 
GeneralRe: OLEDB Connection Dialog Pin
David Salter26-Sep-02 11:28
David Salter26-Sep-02 11:28 
GeneralSQL Server TimeStamp field Pin
stephen woolhead23-Sep-02 14:19
stephen woolhead23-Sep-02 14:19 
GeneralMerge two SQL Databases Pin
Paul Watson23-Sep-02 7:05
sitebuilderPaul Watson23-Sep-02 7:05 
GeneralRe: Merge two SQL Databases Pin
Matt Gullett23-Sep-02 17:04
Matt Gullett23-Sep-02 17:04 
GeneralRe: Merge two SQL Databases Pin
Paul Watson23-Sep-02 21:11
sitebuilderPaul Watson23-Sep-02 21:11 
GeneralDTS Package Running in VB Pin
Nick Parker19-Sep-02 7:04
protectorNick Parker19-Sep-02 7:04 
GeneralRe: DTS Package Running in VB Pin
User 988519-Sep-02 7:12
User 988519-Sep-02 7:12 
GeneralRe: DTS Package Running in VB Pin
Nick Parker19-Sep-02 8:58
protectorNick Parker19-Sep-02 8:58 
Thomas George wrote:
i created a user on the SQL database with just enough permissions and modified the DTS to use that authentication instead of Windows Authentication, it worked.

Could you show how you switched the authentication to SQL from NT, I'm not sure how I can convert this. I tried to switch it over to an ADODB connection, however it wouldn't take that and we are going to SQL Server.

Set oConnection = goPackage.Connections.New("SQLOLEDB")
        oConnection.ConnectionProperties("Integrated Security") = "SSPI"
        oConnection.ConnectionProperties("Persist Security Info") = False
        oConnection.ConnectionProperties("Initial Catalog") = "[OurTableName]"
        oConnection.ConnectionProperties("Data Source") = "[OurServerName]"
        oConnection.ConnectionProperties("Application Name") = "DTS Designer"        
        oConnection.Name = "[OurServerName]"
        oConnection.ID = 1
        oConnection.Reusable = True
        oConnection.ConnectImmediate = False
        oConnection.DataSource = "[OurServerName]"
        oConnection.ConnectionTimeout = 60
        oConnection.Catalog = "Reference"
        oConnection.UseTrustedConnection = True
        oConnection.UseDSL = False


Nick Parker

If the automobile had followed the same development as the computer, a Rolls-Royce would today cost $100, get a million miles per gallon, and explode once a year killing everyone inside.
-Robert Cringely



GeneralRe: DTS Package Running in VB Pin
Mark Conger23-Sep-02 9:23
Mark Conger23-Sep-02 9:23 
GeneralODBC Probelm Pin
SamirSood18-Sep-02 20:58
SamirSood18-Sep-02 20:58 
GeneralRe: ODBC Probelm Pin
Ed Gadziemski20-Sep-02 10:57
professionalEd Gadziemski20-Sep-02 10:57 
GeneralRe: ODBC Probelm Pin
SamirSood20-Sep-02 19:40
SamirSood20-Sep-02 19:40 
GeneralRe: ODBC Probelm Pin
Pavel Klocek21-Sep-02 2:20
Pavel Klocek21-Sep-02 2:20 
GeneralA SQL SERVER Question Pin
Kashif Razzaq18-Sep-02 19:52
Kashif Razzaq18-Sep-02 19:52 
GeneralRe: A SQL SERVER Question Pin
Rein Hillmann18-Sep-02 23:00
Rein Hillmann18-Sep-02 23:00 
GeneralRe: a simple stored procedure Pin
Jon Hulatt18-Sep-02 22:16
Jon Hulatt18-Sep-02 22:16 
GeneralHelp with SQL Parameter Pin
~toki18-Sep-02 15:59
~toki18-Sep-02 15:59 
GeneralRe: Help with SQL Parameter Pin
Jon Hulatt18-Sep-02 22:11
Jon Hulatt18-Sep-02 22:11 
GeneralRe: Help with SQL Parameter Pin
Rein Hillmann18-Sep-02 23:02
Rein Hillmann18-Sep-02 23:02 
GeneralRe: Help with SQL Parameter Pin
~toki19-Sep-02 14:01
~toki19-Sep-02 14:01 
GeneralProblem with SQL FETCH Pin
Cheickna18-Sep-02 4:03
Cheickna18-Sep-02 4:03 
QuestionWhy is ADO.NET so slow? Pin
ekk17-Sep-02 6:02
ekk17-Sep-02 6:02 
AnswerRe: Why is ADO.NET so slow? Pin
Nick Parker17-Sep-02 16:51
protectorNick Parker17-Sep-02 16:51 
GeneralRe: Why is ADO.NET so slow? Pin
ekk18-Sep-02 11:45
ekk18-Sep-02 11:45 
GeneralInstallShield - MSAccess Pin
Spiros17-Sep-02 4:16
Spiros17-Sep-02 4:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.