Tag Archives: SQLNewBlogger

Creating a Database Snapshot

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I’ve rarely dealt with database snapshots, outside of lab experimentation. They didn’t exist when I did most of my … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Disabling SQL Server Network Protocols

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I ran across a question on network protocols recently, which is something I rarely deal with. Often the default … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Disabling SQL Server Network Protocols

Multiple CTEs – #SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as#SQLNewBloggers. One of the techniques that I find very handy in solving SQL problems is the CTE. This is much easier … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Getting all Yesterday’s Sales, or Finding Midnight Yesterday

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as#SQLNewBloggers. I see questions like this regularly. How do I get all the sales from yesterday? I tried using DATEADD(day, –1, … Continue reading

Posted in Blog | Tagged , | 2 Comments