Hi I know about Integrated Security =True/SSPI is same, but do not know about Persist Security=True Could you please explain Thanks
A:
Take a look here: Difference between Persist Security Info and Integrated Security
Rubens Farias
2010-01-05 23:44:47
+3
A:
Persist Security = true means that the Password used for SQL authentication is not removed from the ConnectionString property of the connection.
When Integrated Security = true is used then the Persist Security is completely irelevant since it only applies to SQL authentication, not to windows/Integrated/SSPI.
Remus Rusanu
2010-01-05 23:59:11