Tag Archives: sql server

Custom Schemas

One of the things I seem to see more and more is an expanded use of schemas in their development efforts. This isn’t something I had done much in the past as almost half of my career was with SQL … Continue reading

Posted in Editorial | Tagged | Comments Off on Custom Schemas

Using Automated Tests to Raise Code Quality

Abstract Agile development practices can speed the development of applications and increase the rate at which you can deploy features for your customers. But unless you include a high level of test coverage in your code, these practices can also … Continue reading

Posted in Blog, Presentations | Tagged , , , , | Comments Off on Using Automated Tests to Raise Code Quality

Learn to Use Filegroups

This editorial was originally published on May 12, 2011. It is being re-run as Steve is away at SQL Relay today. In SQL Server, filegroups are a management technique that I don’t see many people using. It’s amazing how many … Continue reading

Posted in Editorial | Tagged , | Comments Off on Learn to Use Filegroups

Querying Yesterday

One of the new features coming in SQL Server 2016 is the temporal table. It’s an interesting concept, one that many businesses have wanted for years. If you’re not sure what this is, we’ve got a collection of resources on Learning … Continue reading

Posted in Editorial | Tagged , | Comments Off on Querying Yesterday