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
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
DQS with Jessica Meats
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
The Ins and Outs of Offline Files
Posted
over 6 years ago
by
Paul Randal - MSFT
1
Comments
First blog post of the year from TechEd! Well, Kimberly and I arrived a day early hoping to chill out in the sun by the pool but contrary to all expectations the weather sucks today – it’s actually much better in Seattle. Instead we're hibernating in...
SQL Server Storage Engine
White Paper: Reducing Database Size by Using Vardecimal Storage Format
Posted
over 6 years ago
by
Sunil Agarwal
1
Comments
Hermann Daeubler and Sunil Agarwal have co-authored this white paper. Hermann is a Program Manager with the SQL team and is a SAP expert. Hermann was involved with vardecimal storage format team from the very beginning to guide us with the customer scenarios...
SQL Server Storage Engine
First TechEd of the year coming up!
Posted
over 6 years ago
by
Paul Randal - MSFT
1
Comments
TechEd US is in Orlando this year - see here for details and here to register. We're doing a bunch of HA and maintenance related sessions - here's the list: Sunday 3rd June: Full day pre-conference on Leveraging SQL Server Always-On Technologies...
SQL Server Storage Engine
Would you like to join the Storage Engine PM team?
Posted
over 6 years ago
by
Paul Randal - MSFT
1
Comments
We have some job openings on the Storage Engine Program Management team - if you're looking for a great career opportunity helping to drive the product you love using, check them out. What does a Program Manager do? This blog entry by Steven Sinofsky...
SQL Server Storage Engine
Naked Tour of Australia
Posted
over 6 years ago
by
Paul Randal - MSFT
4
Comments
ok - a little explanation is required. At the last MVP Summit here in Redmond, I met up with a bunch of the Australian MVPs, most of whom run SQL Server User Groups. I came up with the idea of doing a series of remote user group presentations from...
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...
SQL Server Storage Engine
What's the difference between database version and database compatibility level?
Posted
over 6 years ago
by
Paul Randal - MSFT
2
Comments
I had a question this week from someone who'd heard me say at SQL Connections (paraphrasing) "database compatibility level is mostly about query parsing" and was having trouble trying to forcibly attach a 2005 or 7.0 database to a 2000 server. His...
SQL Server Storage Engine
How having too many filegroups can affect recovery time
Posted
over 6 years ago
by
Paul Randal - MSFT
1
Comments
I was on a conference-call on Friday with a customer and we were discussing their plan to have thousands of filegroups, with a table in each, as a way to improve recovery times in the event of a disaster (the tables are unrelated to each other so this...
SQL Server Storage Engine
Can you mix-n-match backup devices?
Posted
over 6 years ago
by
Paul Randal - MSFT
1
Comments
I was asked this question yesterday and didn't know the answer so thought it would be good for a quick post. Can you use devices from your main and mirrored backup media sets together to perform a restore? The code below creates a single-device backup...
SQL Server Storage Engine
And an example corrupt 2000 database to play with
Posted
over 6 years ago
by
Paul Randal - MSFT
4
Comments
As promised in my earlier post of an example corrupt 2005 database, here's one I've just created for SQL Server 2000. The attached WinZip file contains a backup of a simple 2000 database called 'broken' . It has a simple table called 'brokentable'...
SQL Server Storage Engine
How can you tell if an index is being used?
Posted
over 6 years ago
by
Paul Randal - MSFT
7
Comments
Whenever I’m discussing index maintenance, and specifically fragmentation, I always make a point of saying ‘Make sure the index is being used before doing anything about fragmentation’ . If an index isn’t being used very much, but has very low page...
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
How to avoid using shrink in SQL Server 2005?
Posted
over 6 years ago
by
Paul Randal - MSFT
4
Comments
Late night blog post to round out spring-break vacation... A number of customers I’ve spoken to in the last few weeks have been making use of database or file shrink in situations where they don’t really need to. There are few recurring scenarios...
SQL Server Storage Engine
SP2 Maintenance Plan bugs fixed
Posted
over 6 years ago
by
Paul Randal - MSFT
1
Comments
From the tools team here in Redmond: We recently posted updates to address an issue in two SP2 Maintenance Plan tasks. The KB article describes the symptoms as follows: FIX: The Check Database Integrity task and the Execute T-SQL Statement task in...
SQL Server Storage Engine
VLDB Maintenance - quick addendum
Posted
over 6 years ago
by
Paul Randal - MSFT
0
Comments
So it seems that Microsoft's email system barfs when some people try to send email with 'survey' in. And I was unclear how big a database I'm interested in. To be honest, anything over 100 GB or so starts to require careful maintenance planning. So...
SQL Server Storage Engine
VLDB Maintenance Practices and Problems?
Posted
over 6 years ago
by
Paul Randal - MSFT
5
Comments
It’s survey time again. I’ll be doing lots around VLDB maintenance in the coming months so I’d like to get more info from all of you about what’s happening in the field. I’ll be working on Katmai features, strategizing about Katmai+, blogging on maintenance...
SQL Server Storage Engine
SSWUGtv interview with Paul and Kimberly
Posted
over 6 years ago
by
Paul Randal - MSFT
2
Comments
While we were at the SQL Server Connections conference in Orlando last week, Kimberly Tripp and I did a half-hour interview for SSWUGtv with Stephen Wynkoop. We cover a bunch of stuff around HA, database maintenance and board games. The addictive game...
SQL Server Storage Engine
How does your schema affect your shrink run-time?
Posted
over 6 years ago
by
Paul Randal - MSFT
1
Comments
For part two of my short series on data file shrinking, I want to look at how elements of your schemas can cause shrink to take much longer to run. In SQL Server 2005, three things in your schema will drastically affect the run-time of data file shrink...
SQL Server Storage Engine
Where are all the whitepapers?
Posted
over 6 years ago
by
Paul Randal - MSFT
1
Comments
Frustration at Microsoft's seemingly haphazard organization of whitepapers finally won and Kimberly spent a bunch of time between sessions at SQL Server Magazine Connections putting together a great page listing a *ton* of whitepapers - see her post here...
SQL Server Storage Engine
Turn AUTO_SHRINK off!!
Posted
over 6 years ago
by
Paul Randal - MSFT
6
Comments
This week's topic is data file shrinking. I've seen lots of mis-information in the last few weeks and I've had a bunch of questions about it. First up is auto-shrink. In my opinion, this feature causes way more problems than it solves (in fact, I can...
SQL Server Storage Engine
Easy way to create a corrupt database for testing
Posted
over 6 years ago
by
Paul Randal - MSFT
2
Comments
In previous posts I've explained how to use a hex editor to corrupt a database for testing and exploration. MVP Tony Rogerson has gone one step further by using bulk load to import a database into SQL Server and then create various corruptions using regular...
SQL Server Storage Engine
New whitepaper on Online Indexing Operations
Posted
over 6 years ago
by
Paul Randal - MSFT
1
Comments
A great new whitepaper has just been published on TechNet - Online Indexing Operation in SQL Server 2005 . It gives a detailed explanation of the online index build process plus guidelines and best practices for implementing online indexing in production...
SQL Server Storage Engine
Can you INCLUDE columns of type TEXT, NTEXT, or IMAGE?
Posted
over 6 years ago
by
Paul Randal - MSFT
0
Comments
I was sent a question today that seems like it could be something that many people get confused about – why can’t an NTEXT column be specified in the INCLUDE list of a CREATE INDEX statement in SQL 2005? (In one of my internals posts from last year...
SQL Server Storage Engine
How to create fake statistics for testing query plans
Posted
over 6 years ago
by
Paul Randal - MSFT
1
Comments
This is very cool - an undocumented option to UPDATE STATISTICS that allows you to fool the server into thinking a table has more rows or pages than it actually has - very useful for testing. See this blog post on the old Query Optimizer team blog. Thanks...
SQL Server Storage Engine
More on Service Level Agreements...
Posted
over 6 years ago
by
Paul Randal - MSFT
1
Comments
My recent post on SLAs prompted some interest and comments from readers so this is a follow-up to that post. What most people wanted was a list of some SLAs applicable to SQL Server - easier-said-than-done because a lot of SLAs depend on the application...
Page 4 of 8 (183 items)
«
2
3
4
5
6
»