Lots of people asked me to write a follow-up blog post where we can deny drop permission for a table from the SQL Server Security Standpoint.
SQL SERVER – Types of Triggers
A client of Comprehensive Database Performance Health Check asked me questions about types of triggers. Let us learn about it.
SQL SERVER – Database Trigger for Index Can Prevent Index Rebuild
Well, the answer is very simple. Today we are going to discuss Database Trigger for Index Can Prevent Index Rebuild. Let us learn it today.
Prevent Unauthorized Index Modifications – SQL in Sixty Seconds #183
Many people asked me to create a video on the same topic, so we have Prevent Unauthorized Index Modifications. Here is the video.
SQL SERVER – Prevent Users from Changing Index
Many people like this blog post and asked me to follow up questions about whether this method can be used to prevent users from changing the index.
SQL SERVER – Trigger on Database to Prevent Table Creation
In this blog post, we will be discussing a very interesting scenario of Trigger on Database to Prevent Table Creation. Let us learn today.
SQL SERVER – Enable or Disable All Triggers
As soon as we did disable all triggers on the tables, we were able to see a huge performance improvement. Let us learn how we can do it.