Monthly Archives: May 2020

Daily Coping 5 May 2020

I’ve started to add a daily coping tip to the SQLServerCentral newsletter, which is helping me deal with the issues in the world. I’m adding my responses for each day here. Today’s tip is to make a bucket list of … Continue reading

Posted in Blog | Tagged , , | 3 Comments

Choosing Sequences Over Identity

When I was building software as a full time job, the choices for automatically generating surrogate keys were the identity property and the NEWID() function. At that time, GUIDs were too cumbersome to deal with, and I often used identity … Continue reading

Posted in Editorial | Tagged | 2 Comments

May the Force Be With You

I’ve never done much more than give a passing smile when I see all the posts and notes about May 4th from geeks around the world. I was a huge Star Wars fan as a child, and the original is … Continue reading

Posted in Editorial | Tagged | Comments Off on May the Force Be With You

Executing PoSh line by line in VS Code

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I’ve had to relearn this trick multiple times, so I decided to write a post. The simple answer is … Continue reading

Posted in Blog | Tagged , , | 2 Comments