SP to find the database usage
This SP helps you to find the data file/s and log usage for a given DB
2008-11-01
1,317 reads
This SP helps you to find the data file/s and log usage for a given DB
2008-11-01
1,317 reads
This utility will find strings in procedures, functions, views, and even check constraints.
2008-10-31
435 reads
for huge data insertion and deletion by avoiding locking you can use partition tables.
2008-10-28
788 reads
2008-10-28 (first published: 2008-07-25)
4,027 reads
This procedure is supposed to compare structure (tables, procedures, triggers, foraign keys etc.) of two specified databases.
2008-10-27 (first published: 2008-08-19)
3,077 reads
Disk Fragmentation is one of the cause of degraded performance. Use this script for fragmentation analysis report.
2008-10-24
815 reads
2008-10-24
747 reads
Please read the how to use. unfortunately the orignal document i submitted was truncated 🙁
and i dont have time to remember what i said
2008-10-24 (first published: 2007-08-07)
2,636 reads
2008-10-23
1,453 reads
2008-10-23 (first published: 2008-08-24)
1,915 reads
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...
By James Serra
Why this comparison feels confusing If you’re a Power BI report author who’s just...
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...
Comments posted to this topic are about the item Having a Little Fun at...
On SQL Server 2025, when I run this, what is returned?
SELECT EDIT_DISTANCE_SIMILARITY('SQL Server', 'MySQL') See possible answers