|
James K
Flowing Fount of Yak Knowledge
1744 Posts |
Posted - 02/11/2013 : 13:13:19
|
Since you are using SQL authentication, Integrated Security/Trusted connection does not apply. If you were to use Windows authentication, you would then not provide the username and password - instead you would specify Integrated Security or Trusted Connection (which are the same).
There is really no need to change the Max and Min Pool size unless you have a compelling reason and you know why and what you are doing. I have never tried to change those, so I don't have any experiences that I can draw upon from in that regard.
A brief explanation of each of the connection string properties is here: http://www.connectionstrings.com/articles/show/all-sql-server-connection-string-keywords |
 |
|