2014-10-16 (first published: 2014-09-11)
1,199 reads
2014-10-16 (first published: 2014-09-11)
1,199 reads
This script is to help monitor the AAG DB synchronization status. It sends an HTML formatted email if Synchronization status is not "Synchronized" or "Synchronizing"
2014-10-14 (first published: 2014-09-09)
926 reads
For maximum performance, tempdb should be placed on a seperate disk. This script does all the work for you, except the restart!
2014-10-13 (first published: 2014-09-09)
1,482 reads
What is completed datatypes in sqlserver and how it works in Real time.
2014-10-10 (first published: 2014-09-06)
1,466 reads
Extract only integers or characters from alphanumeric :
2014-10-07 (first published: 2014-09-05)
1,499 reads
Rename indexes according to pattern:
IX_<TableName>_<Col1>_<Col2>..
or
AK_<TableName>_<Col1>_<Col2>..
2014-10-06 (first published: 2014-09-04)
1,046 reads
This script summarizes the execution statistics of the stored procedures which was run on the current database in the last 7 days.
2014-10-01 (first published: 2012-04-18)
7,354 reads
This script was designed to provide you with all the information needed to rebuild your server in case of a disaster. Current version work with 2005, 2008, 2008R2 and 2012.
2014-09-30 (first published: 2012-09-21)
8,193 reads
2014-09-29 (first published: 2010-02-04)
9,457 reads
A fast and accurate way to calculate the distance in miles between two points, based on the latitudes and longitudes.
2014-09-26 (first published: 2009-01-31)
9,042 reads
The post When is the perfect moment to build a data strategy in a...
In this step-by-step tutorial, learn how to run MySQL, PostgreSQL, MongoDB, and other stateful...
By Steve Jones
The 11th episode is now live, recorded a few weeks ago at the PASS...
We have a db close to 3 tb and rebuilding/ reorganizing indexes weekly is...
Hi, I'm using a small database on SQL Server 2019 on Windows 10 Pro....
Hi everyone I have a PowerShell script that is run by Execute Process Task...
If I want to rename the OldSales database to ArchiveSales, how can I do this? (choose 2)
See possible answers