Daily Archives: October 20, 2010

Boulder SQL Server User’s Group – Common SQL Server Mistakes

The first iteration of my presentation on Common SQL Server Mistakes, based on the various things I’ve seen in the forums over the years as well as written about on this blog, was last night. It went fairly well, though … Continue reading

Posted in Blog | Tagged , , | Comments Off on Boulder SQL Server User’s Group – Common SQL Server Mistakes

Common SQL Server – Not Indexing FKs

This series looks at Common SQL Server mistakes that I see many people making in SQL Server. Foreign Keys It’s way too often that I see people building databases without including declared referential integrity (DRI) in their databases. Even when … Continue reading

Posted in Blog | Tagged , , , , , | Comments Off on Common SQL Server – Not Indexing FKs