News

SQL Server 2008 introduces the ability to pass a table data type into stored procedures and functions. The table parameter feature can greatly ease the development process because you no longer ...
Add a new parameter @KeepCRLF BIT, default 0, but when set to 1 it will stop sp_BlitzCache from stripping CR and LF from query text. The way sp_BlitzCache treats tabs and multiple consecutive spaces ...
When using prisma instrumentation (in our case a setup involving datadog, opentelemetry, prisma), we should be able to see parameterized sql query (current behavior) but also the parameter values in ...