Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
MSDN Blogs
>
SQL Server Storage Engine
Server & Tools Blogs
>
Data Platform Blogs
>
SQLServer Storage Engine Blog
All About Data Platform
All About Data Platform
Data Development
ADO.NET (Managed Providers, DataSet & EF)
WCF Data Services
SQL Server Customer Advisory Team
SQL Server Protocols
Microsoft XML Team
JDBC
Microsoft Drivers for PHP for SQL Server
Sync
SQL Server Data Tools
StreamInsight
Data Quality Services
Data Quality Services
SQL Server Customer Advisory Team
Jessica Meats’ Blog
All MSDN DQS Postings
OLTP
SQL Server Team
ADO.NET (Managed Providers, DataSet & EF)
SQL Server Customer Advisory Team
SQL Release Services
SQL OS
Running SAP on SQL Server
Conor vs. SQL
SQL AlwaysOn Team
SQL Server Manageability
Integration Services
SSIS
Data Quality Services
SQL Server Customer Advisory Team
All MSDN SSIS Postings
Data Security & Storage
SQL Server Security
SQL Server Storage Engine
SQL OS
SQL Server Customer Advisory Team
Data in the Cloud
Windows Azure
Your Data in the Cloud
SQL Server Team
Silver Lining
SQL Server Storage Engine Blog
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
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
More
▼
Less
▲
Archives
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)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Server Storage Engine
How to recreate the msdb database in SQL Server 2005?
Posted
over 7 years ago
by
Paul Randal - MSFT
30
Comments
I've just spent a bunch time researching an answer to this question on the new disaster recovery forum because I couldn't find any definitive info on how to do this in SQL Server 2005. I pieced together a method to do this on previous releases of SQL...
SQL Server Storage Engine
Fragmentation (part 1): What are records?
Posted
over 7 years ago
by
Paul Randal - MSFT
19
Comments
This blogging thing sucks you in, doesn't it? Not content with having an ongoing series on disaster recovery and CHECKDB (with another 6 and 25 more posts planned respectively), I'm starting a new series on fragmentation. This will begin from first principles...
SQL Server Storage Engine
Lock Escalation in SQL2005
Posted
over 7 years ago
by
Sunil Agarwal
17
Comments
lock escalation...
SQL Server Storage Engine
Common bad advice around disaster recovery
Posted
over 7 years ago
by
Paul Randal - MSFT
17
Comments
I've just been itching to post this one. I'm doing a chalk-talk (AKA cabana session, this year AKA Technical Learning Centre session) at TechEd next Wednesday (8.30am 6/14) called 'DBCC CHECKDB: Magic, Monsters, and Myths'. A lot of the material in...
SQL Server Storage Engine
Managing TempDB in SQL Server: TempDB Configuration
Posted
over 4 years ago
by
Sunil Agarwal
16
Comments
In my previous blogs, I described the types of objects in TempDB and how they are managed. I hope that it provided you with a good working knowledge of TempDB. Now the next question is how do I configure the TempDB for my production workload? In this...
SQL Server Storage Engine
TempDB:: Table variable vs local temporary table
Posted
over 5 years ago
by
Sunil Agarwal
15
Comments
As you know the tempdb is used by user applications and SQL Server alike to store transient results needed to process the workload. The objects created by users and user applications are called ‘user objects’ while the objects created by SQL Server engine...
SQL Server Storage Engine
More undocumented fun: DBCC IND, DBCC PAGE, and off-row columns
Posted
over 7 years ago
by
Paul Randal - MSFT
14
Comments
(Final blog post of the year for me. Its been a bit of a wild ride the last 6 months - 7 TechEds on 3 continents, 46 blog posts and some major life changes - but now things have calmed down and I should be back to more regular posting in 2007. Tomorrow...
SQL Server Storage Engine
Fragmentation (part 2): What are pages?
Posted
over 7 years ago
by
Paul Randal - MSFT
13
Comments
(Boston continues its reputation - with me at least - for great seafood - calamari and pan-seared fresh halibut this evening. Yum! I was tempted to get on the T - Boston's subway system - and see what's happening downtown but with no jacket I'd get wet...
SQL Server Storage Engine
CHECKDB (Part 1): How does CHECKDB get a consistent view of the database?
Posted
over 7 years ago
by
Paul Randal - MSFT
13
Comments
As you can guess from the title, I'm planning a long series over the summer to go into the guts of how CHECKDB works (both the consistency checks part and the repair part). And as you can guess from 'CHECKDB', I'm already bored with putting DBCC in front...
SQL Server Storage Engine
Repair vs Restore Dilemma
Posted
over 7 years ago
by
Paul Randal - MSFT
13
Comments
For some reason The Clash's 'Should I Stay or Should I Go?' has been going round in my head today - 'Should I RE-pair or restore? Nah nah NA-na nana nah' - must be something to do with Redmond's good weather. Anyway, I get asked for help with this...
SQL Server Storage Engine
Overhead of Row Versioning
Posted
over 5 years ago
by
Sunil Agarwal
13
Comments
Last week I was teaching a class on snapshot isolation and we discussed the overheads of snapshot isolation. There are three main overheads that you need to be aware of when you enable snapshot isolation read-committed-snapshot on a database. First, each...
SQL Server Storage Engine
Types of data compression in SQL Server 2008
Posted
over 6 years ago
by
Sunil Agarwal
13
Comments
SQL Server deploys two strategies to compress the data · First, it stores all fixed length data types in variable length format. If you recall, SQL Server 2005/SP2 provided a new variable length storage format decimal and numeric. Please refer to the...
SQL Server Storage Engine
Bulk Import Optimizations (Minimal Logging)
Posted
over 5 years ago
by
Sunil Agarwal
13
Comments
In the previous blog I had listed all bulk import optimizations. Now, I will describe each of these optimizations in detail in separate blog entries. Let me first start with minimal logging. By the way minimal logging is also called bulk-logging but the...
SQL Server Storage Engine
Splits and unions...
Posted
over 6 years ago
by
Paul Randal - MSFT
13
Comments
Hey folks, This is my last blog post on the SQL Server Storage Engine blog as I've made the decision to leave Microsoft and join Kimberly running her company, SQLskills.com. This lets me indulge my passion for teaching and consulting full-time and...
SQL Server Storage Engine
Bulk Importing data with OPENROWSET in SQL2005
Posted
over 7 years ago
by
Sunil Agarwal
11
Comments
How to use OPENROWSET to preprocess data before importing...
SQL Server Storage Engine
Troubleshooting deadlocks in SQL2005
Posted
over 7 years ago
by
Sunil Agarwal
11
Comments
This post describes the enhanced diagnostics for deadlocks in SQL2005 and how to minimize them...
SQL Server Storage Engine
CHECKDB (Part 2): What does CHECKDB really do? (1 of 4)
Posted
over 7 years ago
by
Paul Randal - MSFT
11
Comments
Hmmm - I sat for 5 minutes thinking of something amusing to say to start this one off and nothing came to mind, so I'm afraid this will be a humor-free post. Maybe I'm jet-lagged from being on the East coast all last week. As with all things related...
SQL Server Storage Engine
SQLIOSim available for download
Posted
over 7 years ago
by
Jerome Halmans
11
Comments
There has already been a great deal of excitement over the release of SQLIOSim, and I know everyone is hungry for more details. First the final cut of SQLIOSim is available for download at the Microsoft Download center. http://download.microsoft...
SQL Server Storage Engine
SQL Databases on File Shares - It's time to reconsider the scenario.
Posted
over 2 years ago
by
Kevin Farlee [MSFT]
11
Comments
For those who have been around databases for any length of time, the idea of putting a database that you care about from either a reliability or performance perspective on an (SMB – Server Message Block) file share seems like a crazy idea, but recent...
SQL Server Storage Engine
Fixing damaged pages using page restore or manual inserts
Posted
over 6 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
SQL Server's 'black-box' flight recorder
Posted
over 6 years ago
by
Paul Randal - MSFT
10
Comments
So I learned something about SQL Server at TechEd today. In Kimberly and Bob Beauchemin's pre-con, Kimberly mentioned that SQL Server has a 'black-box' trace, similar to an aircraft flight-recorder, which I'd never heard of. It's an internal trace that...
SQL Server Storage Engine
Example corrupt database to play with and some backup/restore things to try
Posted
over 6 years ago
by
Paul Randal - MSFT
10
Comments
I've been asked several times over the last few weeks for an example corrupt database to play with, and for testing logic built around DBCC CHECKDB. The attached WinZip file contains a backup of a simple 2005 database called 'broken' (I can do a 2000...
SQL Server Storage Engine
Data Compression: Why Do we need it?
Posted
over 6 years ago
by
Sunil Agarwal
10
Comments
As announced in Tech-Ed 2007, data compression is a new and exciting feature targeted to be available in SQL Server 2008. This is a huge topic to be covered in one BLOG post, I have decided to break it into a series of posts, each building on the previous...
SQL Server Storage Engine
Data compression techniques and trade offs
Posted
over 6 years ago
by
Sunil Agarwal
9
Comments
Ok, now that we have sort of agreed ( http://blogs.msdn.com/sqlserverstorageengine/archive/2007/09/30/data-compression-why-do-we-need-it.aspx ) that data compression is a good thing, you may wonder how SQL Server compresses the data, what does this compression...
SQL Server Storage Engine
Quick list of VLDB maintenance best practices
Posted
over 6 years ago
by
Paul Randal - MSFT
9
Comments
One evening last week I sat down with Kimberly for 5 minutes to come up with a top-of-our heads list of VLDB maintenance concerns for a company migrating a multi-TB database to SQL Server 2005. This isn't in any way based on the VLDB survey I've been...
Page 1 of 8 (183 items)
1
2
3
4
5
»