3 Tips to Improve Your Connection Strings
Due to some database moves, I’ve recently been touching a lot of connection strings, which has me thinking about the topic. In fact, I put together a short survey on twitter, and invited a bunch of developers and DBAs to share their thoughts, both on twitter and in the survey, on some issues relating to connection strings. Here are three tips you should know about that, if you’re not already using, should improve your use of connection strings. Use Windows Authentication (if you can) By far the biggest tip I can offer is that you should be using Windows Authentication. You can find this guidance directly from Microsoft, when they discuss Choosing an … more