If you have ever used SET CONTEXT_INFO to store a simple value, you probably ran into this frustrating behavior 🙀
Category: Programming
What’s in a Name?: Inside the Wacky World of T-SQL Identifiers
The Uni-Code: The Search for the True List of Valid Characters for T-SQL Regular Identifiers, Part 2
The Uni-Code: The Search for the True List of Valid Characters for T-SQL Regular Identifiers, Part 1
Safely and Easily Use High-Level Permissions Without Granting Them to Anyone: Database-level
Come see how easy it truly is to "grant" high-level permissions in the safest, most granular, most controllable way.
SQLCLR vs. SQL Server 2012 & 2014 & 2016, Part 7: “CLR strict security” – The Problem Continues … in the Past (Wait, What?!?)
Safely and Easily Use High-Level Permissions Without Granting Them to Anyone: Server-level
Come see how easy it truly is to "grant" high-level permissions in the safest, most granular, most controllable way.
SQL# Version 4.1 is released!!
Here's what's new in SQL# Version 4.1 😺 😎
Server Audit Mystery 2: Filtering action_id gets Error Msg 25713
Server Audits allow filtering on certain fields. Two fields claim to be strings, yet don't accept strings for filters. Here's how I figured out filtering on action_id (i.e. the event) :-)
Server Audit Mystery 1: Filtering class_type gets Error Msg 25713
Server Audits allow filtering on certain fields. Two fields claim to be strings, yet don't accept strings for filters. Here's how I figured out filtering on class_type (i.e. object type) :-)