2015-05-01 (first published: 2013-08-13)
3,775 reads
2015-05-01 (first published: 2013-08-13)
3,775 reads
This function converts an integer to its binary representation. e.g. 15 is converted to '00001111'
2015-04-29 (first published: 2014-02-24)
729 reads
2015-04-24 (first published: 2015-04-15)
1,192 reads
2015-04-24 (first published: 2008-07-24)
2,689 reads
This script helps to identify which database/log takes most of the disk space and how much is free.
2015-04-15 (first published: 2013-06-18)
2,975 reads
Sometimes running DBCC CHECKDB WITH DATA_PURITY returns thousands of affected columns. This script automates the identification of those columns.
2015-04-13 (first published: 2013-07-04)
2,415 reads
Find any code objects that interact with a given table/view, or call another given code object.
2015-04-10 (first published: 2013-07-05)
4,611 reads
A stored procedure that will parse (shred) the contents of any well-formed XML document into a SQL table.
2015-04-08 (first published: 2013-07-09)
5,189 reads
One of the fastest ways to find out objects dependencies in SQL Server.
2015-04-07 (first published: 2013-07-29)
3,284 reads
This script will check if the SQL Server you are connected to is actually running.
2015-04-01 (first published: 2015-03-27)
1,763 reads
This is a submission for the Pulumi Deploy and Document Challenge: Shhh, It’s a Secret!What...
By Steve Jones
As a part of the Book of Redgate, we have a series of (red,...
I recently had a new pipeline fail. It was actually a copy of an...
Comments posted to this topic are about the item The User Login
Comments posted to this topic are about the item Using Feature Flags
Comments posted to this topic are about the item Understanding UNION and UNION ALL...
When I create a user in a SQL Server 2022 database, on which types of logins in the master database can it be based?
See possible answers