Skip to content

Testing for Object Existence: CREATE OR ALTER

  • by

For the longest time, T-SQL writers have had to wrestle with ways of testing for an object’s existence so that it can either be dropped and recreated, or modified as needed. Last week we covered… 

Testing for Object Existence: DROP … IF EXISTS

  • by

For the longest time, T-SQL writers have had to wrestle with ways of testing for an object’s existence so that it can either be dropped and recreated, or modified as needed. This is especially common… 

Hidden

Temporal Tables and Hidden Period Columns

  • by

In my November 2015 post, An Introduction to Temporal Tables in SQL Server 2016 using a DeLorean, I wrote: The HIDDEN property is optional and will hide these columns from a standard SELECT statement for… 

My surname is NULL

  • by

Last Wednesday on Twitter, Abayomi Obawomiye (@SQLAmerica) wrote: https://twitter.com/SQLAmerica/status/819252286274695168 I just met someone with the last name NULL today. I really want to ask if they had issues with the last name but worried might… 

Temporal Tables and History Retention

  • by

I’m a huge fan of Temporal Tables in SQL Server 2016. I first wrote about them, in a four-part series in November 2015, before SQL Server was even released. I don’t always get this excited… 

MVP Logo

Data Platform MVP Award

  • by

I am pleased to announce that I was awarded the Data Platform MVP Award by Microsoft on 1 January 2017. Nothing changes with my customers. I will continue to look after you with the same… 

2016 in review

  • by

Lots of interesting things happened this year in the world of data. As 2016 draws to a close, I’d like to encourage you to find a piece of Azure SQL Database, or SQL Server, and… 

Volcano

Remote Storage Sync and Restore updated

  • by

Recently, I presented my “Back up and Restore your Database with Azure Blob Storage” session to the Bellingham PASS Chapter. There are two components to the Azure Blob Storage Sync and Restore utility: Sync and… 

A look back, and a look forward

  • by

Time flies. My father used to wear a t-shirt that claimed, “When you’re over the hill, you pick up speed.” I’m turning 40 in a few days. I still feel like a teenager in many… 

SQL Saturday 607 Calgary 2017

SQL Saturday in Calgary!

  • by

I am very happy (and terrified) to announce that Calgary will host its very first SQL Saturday, #607, on 29 April 2017. Noel Tan and I are organising it (though Noel is doing all the… 

Wait For Service Pack 1

  • by

Conventional wisdom tells us that when Microsoft releases a new version of any server product, we should wait until Service Pack 1 before deploying it to production. This hasn’t been true for a while now, since Microsoft… 

Updated Max Server Memory Script

  • by

Earlier this year I released a free T-SQL script that will calculate the correct amount of RAM you should allocate to SQL Server, assuming it is a standalone instance. After attending the PASS Summit in Seattle in… 

Look, Ma, No Surprises

  • by

Last week I demonstrated at least 30% performance improvement by switching to memory optimised table-valued parameters on SQL Server 2016. This week I will demonstrate the same test using Azure SQL Database, on the Premium…