Tag Archives: sql server

Common SQL Server Mistakes – SELECT *

I’ve been trying to work on some new presentations so that I have a variety, including some spares, when I go to events. One of the topics that I think has some value, especially for .NET and sysadmin groups, is … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Common SQL Server Mistakes – SELECT *

You Don’t Need Log Backups

You don’t need log backups. You don’t. They aren’t required for SQL Server to function. The place when you don’t need log backups is when you have a database operating in the Simple recovery model. In this model, your transaction … Continue reading

Posted in Blog | Tagged , , | Comments Off on You Don’t Need Log Backups

When To Touch

When can you modify a database that supports some third party product? Steve Jones has a few thoughts and warns you to be careful. Continue reading

Posted in Editorial | Tagged , , | Comments Off on When To Touch

Rating Bugs

How do you triage and rate the bugs that come in for software? How should Microsoft do this for SQL Server. Steve Jones has a few comments. Continue reading

Posted in Editorial | Tagged , , | Comments Off on Rating Bugs