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,349 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,178 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)
217 reads
This script has two essential Steps after restoring MSDB
2014-10-27 (first published: 2010-09-20)
2,326 reads
By ChrisJenkins
You could be tolerating limited reporting because there isn’t an off the shelf solution...
A while back I wrote a quick post on setting up key mappings in...
By Steve Jones
In 100 years a lot of what we take to be true now will...
Hello, I inherited a number of tables with like 20-30 column using nvarchar(256) in...
Hi, i'm running vs2022. I'm trying out a c# script that i'd like to...
I upgraded a SQL Server 2019 instance to SQL Server 2025. I wanted to test the fuzzy string search functions. I run this code:
SELECT JARO_WINKLER_DISTANCE('tim', 'tom')
I get this error message:Msg 195, Level 15, State 10, Line 1 'JARO_WINKLER_DISTANCE' is not a recognized built-in function name.What is wrong? See possible answers