BLOG|TAG: SQL

Listing Page

Quest Software hero - {archive_type} Listing Page
Allowing Only One NULL
Allowing Only One NULL

Allowing Only One NULL

While the SQL standard allows multiple NULLS in a unique column, and that is how Postgres behaves, some database systems (e.g. MS_SQL) allow only a single NULL in such cases. Users migrating from othe...

Using Extended Events in Azure
Using Extended Events in Azure

Using Extended Events in Azure

Over the past 6 months I have been trying to push myself to use extended events (XEvents) over SQL trace, once you get past the learning curve it’s probably the way to go. If you are operating in the ...