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,318 reads
This SP helps you to find the data file/s and log usage for a given DB
2008-11-01
1,318 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
792 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,637 reads
2008-10-23
1,455 reads
2008-10-23 (first published: 2008-08-24)
1,917 reads
If you've ever loaded a 2 GB CSV into pandas just to run a...
By James Serra
What problem is Fabric Ontology trying to solve? For years, most data conversations have...
By Steve Jones
Recently I ran across some code that used a lot of QUOTENAME() calls. A...
Comments posted to this topic are about the item Stairway to Reliable Database Deployment...
Comments posted to this topic are about the item QUOTENAME Quote Parameters
Comments posted to this topic are about the item Limit the Blast Radius
When I use QUOTENAME(), I can optionally provide the character used to surround the string in the result. Can I use any character?
See possible answers