SQL: Developers - Please add an Application Name to your SQL Server connection strings !
A pet dislike of mine is application developers creating connection strings, but without Application Names. That’s painful because when you view the processes in SQL Server Activity Monitor, or look at commands in traces from SQL Server Profiler or Extended Events Profiler, you see this:

If your connection just says .Net SqlClient Data Provider, no-one has any idea what application that is. If you are using another connection library, it might say a different name but the concept is the same. You are making management of the server much harder than it needs to be.
2018-12-24

