This script reveals the state of your indexes. It breaks down the indexes where they are partitioned, matching the index to it’s partition and filegroup.
2010-12-16 (first published: 2010-04-22)
7,578 reads
This function evaluates the statement like '4+5*6-3' and returns the numeric value.It is just like Eval funcction in javascript.
2010-12-15 (first published: 2010-12-08)
1,061 reads
Script to find table sizes in a database
2010-12-14 (first published: 2010-11-30)
3,852 reads
Script to grant exec permission to all sps in a db
2010-12-13 (first published: 2010-12-09)
1,734 reads
know all database columns names and data types and lenght with the minimum effort
2010-12-09 (first published: 2010-12-06)
3,040 reads
Script to display how the data is broken up between the tables.
2010-12-08 (first published: 2010-12-03)
1,984 reads
Function to format phone numbers entered as text.
2010-12-07 (first published: 2010-11-30)
2,192 reads
Script to get a table's columns
2010-12-06 (first published: 2010-11-22)
2,618 reads
Script to identify big replication transactions
2010-12-03 (first published: 2010-11-22)
1,712 reads
A useful script that I wrote that will sample the DMV sys.dm_os_performance_counters table to provide an average PLE captured in (1) minute intervals.
2010-12-01 (first published: 2010-11-16)
1,686 reads