Friday, January 7, 2011

SQL SERVER TOP STATISTICS

Category

Metric

Largest Single Database
80 TB
Largest Table
20 TB
Biggest total data 1 customer
2.5 PB
Highest transactions per second  1db
36,000
Fastest I/O subsystem in Production
18 GB/Sec
Fastest real time  cube
15 sec latency
Data load for 1 TB
20 min
Largest cube
4.2 TB

Wednesday, January 5, 2011

DEAD LOCK - WHEN DEAD locks occur (Six reasons)

DEAD LOCK

WHEN DEAD locks occur

1.      Different  transactions trying to accessing the same table object
2.      Log running quires
3.      Lack of proper indexing
4.      Poorly written code
5.      Hardware bottlenecks
6.      Higher Isolation level(other than Read committee)