What is the maximum number of rows for the Table Value Constructor? And, do different uses of it behave differently?
Tag: T-SQL
Can a Certificate’s Private Key be Imported / Restored From a Binary Literal / Hex Bytes ?
Can a Certificate's Private Key be Restored From a Binary Literal / Hex Bytes? The Documentation Says, "No". What Does SQL Server Say?
SSMS Tip #3: Easily Access/Research ALL Unicode Characters (Yes, Including Emojis 😸)
Learn how to get a list of all Unicode characters to copy and paste, or use in queries / web pages / programs, or search by value, etc.
Uppercase All String Columns (and in a Single Query!)
Differences Between the Various Binary Collations (Cultures, Versions, and BIN vs BIN2)
What Does the Undocumented UNCOMPRESS Function Do?
Ever notice how IntelliSense in SSMS lists functions that don't work or aren't documented? Here's documentation for one that works: UNCOMPRESS
How Does DBCC CHECKIDENT Really Work When Resetting the Identity Seed (RESEED)?
Does resetting an Identity Seed to a specific value via DBCC CHECKIDENT(..., RESEED, new_seed_value) work the way the documentation states? It depends 🙃
Beware! Beware of Unintended Changes When Altering Columns!
Prevent Full Script Execution (Understanding and Using PARSEONLY and NOEXEC)
Have you ever needed to prevent an entire script (or part of one) from executing? See how the session-level options PARSEONLY and NOEXEC can accomplish this.



