Integrated Security & Persist Security Info (1 Viewer)

jaydwest

JayW
Local time
Today, 11:38
Joined
Apr 22, 2003
Messages
340
I'm trying to create a Connection String between an MS Access 2003 Database and SQL Server 2005. I want to use OLEDB as the provider. And use SQL Server Authentication. I have added the UserID and Password to the Connection String. When do I need to use "Integrated Security = SSPI" and "Persist Security Info = true/false"?

Is there a book and KB article that describes how these are used?

Thanks for your help.
 

SQL_Hell

SQL Server DBA
Local time
Today, 18:38
Joined
Dec 4, 2003
Messages
1,360
Hi there,

Integrated Security = SSPI and Persist Security Info = true/false are connection string settings to be used with Windows accounts, but if you have a user name and password then you are using a sql server account and these settings do not need to be used.
 

Users who are viewing this thread

Top Bottom