(Greg Larsen) If you are using row level security in SQL Server 2016 you might find users are updating or inserting rows of data that keep them from seeing the row after they have performed the update or insert statement.
Tag: sql server
Get started with Dynamic Data Masking in SQL Server 2016 and Azure SQL DB
(Patrick El-Azem) Dynamic Data Masking (DDM) is a new security feature in Microsoft SQL Server 2016 and Azure SQL DB. The main documentation is here (also see link under Resources at end).
SQL Server 2016 Management Studio Enhancements – Part 2
(Rajendra Gupta) In my previous tip SQL Server 2016 Management Studio Enhancements we have seen some of the new SQL Server Management Studio (SSMS) features and improvements. In this tip we will explore some more enhancements in SSMS.
SQL SERVER – Error: 26014 – Unable to Load User-Specified Certificate
(Pinal Dave) After seeing various issues with SQL Server startup problem, I felt that I know almost most of the errors, but I was wrong till someone contacted me with a new error.
Don’t blink you might READPAST it
(Arun Sirpal) Following on from my previous post on NOLOCK (https://blobeater.blog/2016/12/09/nolock/) I want to talk about another hint called READPAST. This hint tells the database engine not to read rows that are locked by other transactions.
Why won’t my SP work THIS time?
(Jen McCown) Quick test. Why won’t this return the string “Hi”?
Check if a Temporary Table Exists
(Hannes du Preez) When working with dynamic SQL queries, you will encounter situations in which you will work with temporary tables. Knowing whether a temporary table exists or not is vital and can save a lot of time whilst testing a query.
sp_refreshsqlmodule_internal – The user does not have permission to perform this action.
(Kenneth Fisher) Honestly, I’m only posting this because I had a hard time finding anything posted on this error and I found it somewhat unclear. Here is a quick walk through to produce the error:
How to allow nulls in unique fields
(Dennes Torres) Unique fields in SQL Server are created using unique constraints or unique indexes, furthermore, each unique constraint uses a unique index.
SQL SERVER – Errors When Disk Space is the Reason
(Pinal Dave) In the past, I have written a number of blogs when it comes to working with errors pertinent to disk space running out. In this blog, I try to consolidate the common messages you are going to see in the Error logs when the database engine is not able to get the space that it needs from
