Sign In
SQL Server Storage Engine
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Backup
Bulk Import/Export
Concurrency
Conferences 2007
Data Compression
DBCC
DBCC CHECKDB Series
Disaster Recovery
FILESTREAM
General
High Availability
Index Fragmentation Series
On-Disk Structures
Restore
Service Level Agreements
Shrink
SQL Express
SQL Server 2008
SQL Server IO
SQL Server Security
TechEd 2006
TechEd 2008
TempDB
VarDecimal Storage Format
VLDB Maintenance
Archive
Archives
January 2012
(1)
December 2011
(10)
October 2011
(1)
May 2011
(2)
February 2011
(5)
June 2010
(2)
February 2010
(2)
January 2010
(1)
September 2009
(1)
August 2009
(4)
January 2009
(7)
December 2008
(7)
October 2008
(1)
August 2008
(1)
June 2008
(1)
March 2008
(8)
February 2008
(3)
January 2008
(3)
November 2007
(4)
October 2007
(2)
September 2007
(2)
August 2007
(1)
July 2007
(1)
June 2007
(6)
May 2007
(4)
April 2007
(12)
March 2007
(13)
February 2007
(9)
January 2007
(5)
December 2006
(2)
November 2006
(7)
October 2006
(3)
September 2006
(5)
August 2006
(3)
July 2006
(4)
June 2006
(37)
May 2006
(3)
January, 2007
MSDN Blogs
>
SQL Server Storage Engine
>
January, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Server Storage Engine
CHECKDB (Part 7): How long will CHECKDB take to run?
Posted
over 5 years ago
by
Paul Randal - MSFT
5
Comments
This is a question I see every so often and it cropped up again this morning so I'll use it as the subject for this week's blog post. There are several ways I could answer this: the unhelpful answer - I've got no idea. the almost-helpful answer...
SQL Server Storage Engine
Fixing damaged pages using page restore or manual inserts
Posted
over 5 years ago
by
Paul Randal - MSFT
10
Comments
Here's an interesting scenario that cropped up today. You have a database on a RAID array that failed and has zero'd out a page. How can you get the data back? There are two ways to do it, depending on the database recovery model and version of SQL...
SQL Server Storage Engine
Read-Only filegroups and Locking
Posted
over 5 years ago
by
Sunil Agarwal
1
Comments
I recently saw a newsgroup post that sort of implied that accessing data residing on read-only filegroups can save you on locking. Well, it could, but it does not. If you really want to save on locks, the whole database needs to be set to read-only. ...
SQL Server Storage Engine
Data row before and after vardecimal storage format
Posted
over 5 years ago
by
Sunil Agarwal
1
Comments
Paul Randal in one of his earlier BLOGs described DBCC Page paul-tells-all and the record layout. I thought it will be interesting to show how a row looks before and after the Vardecimal storage format is enabled. So here it is Let us take a...
SQL Server Storage Engine
Boundary conditions for enabling vardecimal storage format
Posted
over 5 years ago
by
Sunil Agarwal
4
Comments
Have you ever tried updating a variable length column and fail? Well, it can happen if the modified row cannot fit on the page. One simple example of this as follows create table boundary (c1 char(8000), c2 char(20), c3 varchar(23), c4 decimal...
Page 1 of 1 (5 items)