Showing posts with label persist. Show all posts
Showing posts with label persist. Show all posts

Thursday, March 22, 2012

differance between Persist Security Info and Integrated Security

hi

i want to know what is the differance between

Persist Security Info=False;Integrated Security=Yes;

Hi,

ThePersist Security Info property specifies whether the data source can persist sensitive authentication information such as a password.

TheIntegrated Security propery specifies the type of database authentication. If the property is set to be false, you have to set your userid and password manually and if it is set to be true you can pass the authentication by your current windows account.

More details, pls refer the following link:

http://msdn2.microsoft.com/en-us/library/aa214039(SQL.80).aspx
http://msdn2.microsoft.com/en-us/library/ms159866.aspx

Hope it helps. Thanks.