Hi friends
I want to know how to create trusted SQL Server connection string.
Thank you.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jun 28, 2012, 12:14 AM
Add Integrated Security=SSPI; or Trusted_Connection=Yes (Windows authentication only) in your connection string.
please refer
http://msdn.microsoft.com/en-us/library/ff647396.aspx
http://www.sqlteam.com/article/sql-server-connection-string
hope this will help you.
VulpesPosted Jun 27, 2012, 1:02 PM
http://www.connectionstrings.com/sql-server-2005
http://www.connectionstrings.com/sql-server-2008
As you'll see including Integrated Security=SSPI; or Trusted_Connection=True; in the connection string generally suffices.