2024-09-16
383 reads
2024-09-16
383 reads
2021-04-13
624 reads
2019-04-25
644 reads
2015-11-27
1,237 reads
2013-12-02 (first published: 2013-11-18)
1,714 reads
DDL trigger will add a user to a newly created database and assign db_owner role. It can be modified for what role is required.
2015-03-12 (first published: 2013-08-22)
1,605 reads
A previous tip, SQL Server DDL Triggers to Track All Database Changes, generated a lot of discussion involving ways to make the provided DDL trigger more useful. Check out this tip to expand your knowledge on DDL Triggers.
2013-06-10
2,988 reads
In this tip Aaron Bertrand describes some of the ways in which you can extend the DDL trigger functionality.
2013-05-30
4,116 reads
2012-01-18
2,257 reads
Using a DDL trigger, two schemas and a stored procedure recycle bin functionality can be create in SQL Server.
2009-05-20
13,686 reads
By Steve Jones
I had a suggestion from somone on a place where AI helps them and...
By alevyinroc
Thank you to everyone who contributed to this month’s T-SQL Tuesday! Here’s a roundup of...
By Steve Jones
This Friday is the NYC DevOps Devour hour, which is actually 3 hours. Plus...
Hey everyone, please excuse my ignorance, I'm just .NET developer and have used SQL...
Comments posted to this topic are about the item Does Version Control Scare You
Comments posted to this topic are about the item Unlimited Text
If I want to get unlimited amounts of data back from a varchar(max)/nvarchar(max) column, what do I run?
See possible answers