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,319 reads
This SP helps you to find the data file/s and log usage for a given DB
2008-11-01
1,319 reads
This utility will find strings in procedures, functions, views, and even check constraints.
2008-10-31
440 reads
for huge data insertion and deletion by avoiding locking you can use partition tables.
2008-10-28
796 reads
2008-10-28 (first published: 2008-07-25)
4,033 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,079 reads
Disk Fragmentation is one of the cause of degraded performance. Use this script for fragmentation analysis report.
2008-10-24
818 reads
2008-10-24
749 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,638 reads
2008-10-23
1,456 reads
2008-10-23 (first published: 2008-08-24)
1,917 reads
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
By DataOnWheels
This is a blog that I am writing for future me and hopefully it’ll...
By Steve Jones
While wandering around the documentation looking for some Question of the Day topics, I...
Comments posted to this topic are about the item Pro SQL Server Internals
Comments posted to this topic are about the item SQL ART: Who's Blocking Who?...
Comments posted to this topic are about the item Running SQLCMD II
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers