I just want to know, What parameters or attributes should be taken in connection string so as to handle high traffic enterprise applications?
Like in general we use server, initial catalog, userid, passwd. Some times we add timeout , and in some scenario pool etc. But i don’t know what attributes should i take in as my common practice apart from above.
I just want to know, What parameters or attributes should be taken in connection
Share
In any event make sure you reuse the same connection string throughout the app so as to enable connection pooling.