2014-11-19 (first published: 2014-10-29)
1,136 reads
2014-11-19 (first published: 2014-10-29)
1,136 reads
This script will upload the latest backup files to an AWS S3 bucket
2014-11-14 (first published: 2014-09-14)
1,747 reads
List user connections and possibly any linked server connections older than 1 hour
2014-11-13 (first published: 2014-10-22)
1,696 reads
2014-11-11 (first published: 2014-07-25)
2,637 reads
2014-11-10 (first published: 2014-10-01)
1,351 reads
2014-11-06 (first published: 2014-09-02)
2,474 reads
2014-11-04 (first published: 2014-10-06)
1,366 reads
2014-10-29
1,179 reads
I am new to writing scripts so dont blast be to bad. This is a script to make all logins of a sql server readonly users to all user databases. Mainly after a restore from a different server. (for reporting maybe) Any methods to optimize this script are fine.
2014-10-27 (first published: 2004-04-14)
218 reads
This script has two essential Steps after restoring MSDB
2014-10-27 (first published: 2010-09-20)
2,326 reads
By Steve Jones
on tenderhooks – adj. feeling the primal satisfaction of being needed by someone, which...
By DataOnWheels
I have been active in the data community throughout my career. I have met...
By Vinay Thakur
Quick Summary for Microsoft SQL Server till 2025, I am fortunate to be part...
hi, in an ssis for each loop over an object variable called MyListVariable, i...
SQL Server is typically viewed as a transactional or analytical database engine. However, it...
Hello, Is there a way in Azure SQL Database to change the 'Blocking Process...
On SQL Server 2025, when I run this, what is returned?
SELECT EDIT_DISTANCE_SIMILARITY('SQL Server', 'MySQL') See possible answers