top of page
Search
Writer's pictureKennie Nybo Pontoppidan

SQL Server Days 2016 - lessons learned



Some weeks ago, I had the pleasure to speak at the Belgian SQL Server conference SQL Server Days

I’ve been a busy bee at work and in my private life, and haven’t had the time to write up a blog post on lessons learned. But better late than never, so here goes…

I work for Microsoft, and hear about lots of awesome, interesting (and secret) things, which I cannot share here in my private blog. But the following was disclosed in public sessions, and I assume that all of the information is free of NDA.

Lindsey Allen (Partner Group Program Manager for SQL Server 2016 and SQL Server core engine) (l|t) did the keynote. From this, I noticed that

From Sanjay Mishra (leads the SQLCAT team) (l|t), I learned about a few enhancements in SQL2016:

  • Schema changes for attribute datatype int->bigint can now be done as an online operation. I could not find any public statements on this

  • If a table is row/page compressed, schema changes for attribute datatype int->bigint can now be done as metadata operation. I could not find any public statements on this

  • It is possible to truncate a table partition in one operation. Truncate partition will require an exclusive schema (SCH-M) lock on the table. See MSDN for more info: https://msdn.microsoft.com/en-GB/library/ms177570.aspx

Personally, a gave the talk WTF with SQL, with topics from set theory, relational algebra, NULL and the SQL standard, as well as implementation of the standard in SQL Server.

I had to leave the conference early to catch a flight to Prague, to attend the NAV Directions EMEA 2016 conference, so I didn’t have a lot of time talking to old and getting new friends from the #SQLFamily, talking to sponsors, and networking with speakers. Hopefully next time…

3 views0 comments

Comments


bottom of page