SQL SERVER – Interesting Observation of Logon Trigger On All Servers
I was recently working on security auditing for one of my clients. In this project, there was a requirement that all successful logins in the servers should be recorded. The solution for this requirement is a breeze! Just create logon triggers. I created logon trigger on server to catch all successful windows authentication as well SQL authenticated solutions. When I was done with this project, I made an interesting observation of executing a logon trigger multiple times. It was absolutely unexpected for me! As I was logging only once, naturally, I was expecting the entry only once. However, it did it multiple times on different threads – indeed an eccentric phenomenon at first sight!
SQL SERVER – Find Hostname and Current Logged In User Name
SQLAuthority News – Download Microsoft SQL Server 2008 Books Online (May 2009)
SQL SERVER – Introduction to Business Intelligence – Important Terms and Definitions
SQLAuthority News – SQL Server Energy Event with Rushabh Mehta – May 20, 2009
SQLAuthority News – Download – SQL Server 2008 Developer Training Kit
Note : Download SQL Server 2008 Developer Training Kit by Microsoft
SQL Server 2008 offers an impressive array of capabilities for developers that build upon key innovations introduced in SQL Server 2005. The SQL Server 2008 Developer Training Kit will help you understand how to build web applications which deeply exploit the rich data types, programming models and new development paradigms in SQL Server 2008. The training kit is brought to you by Microsoft Developer and Platform Evangelism.

