Can you prevent deletes and inserts without a WHERE clause from running?
Erik writes a script to do what it says on the tin.
2018-01-01
4,692 reads
Erik writes a script to do what it says on the tin.
2018-01-01
4,692 reads
Atul Gaikwad details the differences between DELETE and TRUNCATE, including how they vary in terms of being rolled back.
2016-05-18
4,518 reads
How to delete millions of rows with virtually no contention.
2015-09-04 (first published: 2013-03-06)
26,252 reads
Learn how you can build triggers that prevent an update or delete statement from being run without a WHERE clause in this article.
2013-08-09 (first published: 2011-01-25)
16,633 reads
Used to generate Select/Delete scripts. It does NOT run them.
You need to copy the output of this script to a new window and run it manually.
2008-08-06
538 reads
This article explains the differences between the Truncate and Delete commands in SQL Server.
2011-07-04 (first published: 2007-11-22)
33,914 reads
By Steve Jones
I delivered a talk at the ConFoo conference. I’ve never been to this live,...
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
By Steve Jones
This series looks at the Advent of Code challenges. As one of my goals,...
Comments posted to this topic are about the item Shortcutting Git Commands
Comments posted to this topic are about the item What's a Lot of Money?
I am using the following function: IIf([var1Title] != '', [var1Title] + ' - '...