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
A Unicode Compression example
Posted
over 4 years ago
by
Sunil Agarwal
7
Comments
Now that we have Unicode compression available in SQL Server 2008R2 as described in, let me take a simple example using AdventureWorksDW database to show you the additional compression that can be achieved on tables with one or more columns of type NCHAR...
SQL Server Storage Engine
Unicode Compression in SQL Server 2008R2
Posted
over 4 years ago
by
Sunil Agarwal
1
Comments
In my previous blog , I had mentioned that unicode compression will be available as part of next SQL Server release named SQL 2008R2. You can down load the CTP2 version http://www.microsoft.com/sqlserver/2008/en/us/r2.aspx to play with it. This is a new...
SQL Server Storage Engine
Customer feedback on Data Compression
Posted
over 4 years ago
by
Sunil Agarwal
0
Comments
As I described in my previous blog , the data compression feature has been very successful. We do appreciate all the feedback that we have received as this provides us a way to know how customers have been using the feature and the challenges they are...
SQL Server Storage Engine
Update on data compression performance/space-savings and links to published white papers
Posted
over 4 years ago
by
Sunil Agarwal
2
Comments
It has been a while since I blogged about data compression so I thought it will be good to provide an update on data compression usage within SQL Server community. I am happy to say that the Data compression feature has been a tremendous success in SQL...
SQL Server Storage Engine
TempDB Monitoring and Troubleshooting: Out of Space
Posted
over 4 years ago
by
Sunil Agarwal
8
Comments
One of the key challenges in TempDB is that it is a common resource for all applications running on an instance and any misbehaving application or rouge user command can take up all the space in TempDB bringing down other applications with it. In my discussions...
SQL Server Storage Engine
TempDB Monitoring and Troubleshooting: DDL Bottleneck
Posted
over 4 years ago
by
Sunil Agarwal
3
Comments
This blog continues the discussion on the common issues in TempDB that you may need to troubleshoot. In previous blogs, I discussed how to identify and troubleshoot IO and allocation bottleneck in TempDB. In this blog, I will describe how to indentify...
SQL Server Storage Engine
TempDB Monitoring and Troubleshooting: Allocation Bottleneck
Posted
over 4 years ago
by
Sunil Agarwal
7
Comments
This blog continues the discussion on the common issues in TempDB that you may need to troubleshoot. In the blog http://blogs.msdn.com/sqlserverstorageengine/archive/2009/01/05/tempdb-monitoring-and-troubleshooting-io-bottleneck.aspx , we discussed how...
SQL Server Storage Engine
TempDB Monitoring and Troubleshooting: IO Bottleneck
Posted
over 4 years ago
by
Sunil Agarwal
3
Comments
I hope my earlier blogs on TempDB (http://blogs.msdn.com/sqlserverstorageengine/archive/tags/TempDB/default.aspx ) have given you a good background on the objects contained in TempDB and its configuration and have deployed your workload in production...
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
What is allocation bottleneck?
Posted
over 4 years ago
by
Sunil Agarwal
6
Comments
Allocation bottleneck refers to contention in the system pages that store allocation structures. There are three types of pages that store allocation structures as follows · PFS (Page Free Space): it tracks the following key information about each...
SQL Server Storage Engine
Managing TempDB in SQL Server: TempDB Basics (Version Store: Growth and removing stale row versions)
Posted
over 5 years ago
by
Sunil Agarwal
2
Comments
In the previous blog http://blogs.msdn.com/sqlserverstorageengine/archive/2008/12/31/managing-tempdb-in-sql-server-tempdb-basics-version-store-logical-structure.aspx , I described the logical/physical structure of a row in version store. A natural question...
SQL Server Storage Engine
Managing TempDB in SQL Server: TempDB Basics (Version Store: logical structure)
Posted
over 5 years ago
by
Sunil Agarwal
2
Comments
Now that we know a few things about Version Store, let us now look into its structure to understand how it stores rows from different tables/indexes with different schema. Interestingly, you don’t need to look far and the answer is available when...
SQL Server Storage Engine
Managing TempDB in SQL Server: TempDB Basics (Version Store: Simple Example)
Posted
over 5 years ago
by
Sunil Agarwal
5
Comments
In order to understand the version store, let me start with an example. I will use a database that has RCSI (read committed snapshot) and SI (Snapshot Isolation) enabled as it provides more controlled environment to manage versions. When a database...
SQL Server Storage Engine
Managing TempDB in SQL Server: TempDB Basics (Version Store: Why do we need it?)
Posted
over 5 years ago
by
Sunil Agarwal
1
Comments
Version store is a new entity in SQL Server 2005. It is used to store versions of data and index rows. A row version typically is an older copy of the data or an index row and is created to support existing (triggers) and new features (snapshot based...
SQL Server Storage Engine
Managing TempDB in SQL Server:TempDB Basics (cont..)
Posted
over 5 years ago
by
Sunil Agarwal
2
Comments
In the previous blog http://blogs.msdn.com/sqlserverstorageengine/archive/2008/12/21/tempdb-basics.aspx I started the discussion on the TempDB basics and this blog continues it. TempDB Basics: · As I indicated, the TempDB is created every time the...
SQL Server Storage Engine
Managing TempDB in SQL Server
Posted
over 5 years ago
by
Sunil Agarwal
2
Comments
Over past few of years, I have given TempDB presentation in many conferences and the feedback that I have received on TempDB has been very useful. Most of you understand that TempDB is a critical database that needs to be configured carefully otherwise...
SQL Server Storage Engine
DML operations on a HEAP and compression
Posted
over 5 years ago
by
Sunil Agarwal
1
Comments
In my previous blog http://blogs.msdn.com/sqlserverstorageengine/archive/2008/12/20/enabling-compression-on-a-heap.aspx , I described how to enable compression on a HEAP. You can enable either ROW or PAGE compression on the heap. Let me now describe the...
SQL Server Storage Engine
Enabling compression on a HEAP
Posted
over 5 years ago
by
Sunil Agarwal
5
Comments
I often get a question how to do enable compression on a table that is a heap (i.e. it does not have a clustered index). Clearly, one could create the clustered index with compression option set to PAGE and then drop the clustered index. This is an expensive...
SQL Server Storage Engine
New update on minimal logging for SQL Server 2008
Posted
over 5 years ago
by
Sunil Agarwal
8
Comments
Based on the customer feedback, we have decided to make minimal logging functionality into a btree available to SQL 2008 customers. All you need to do is to enable TF-610 in RTM bits. As a cautionary note, we have seen some slowdown if you are loading...
SQL Server Storage Engine
Does data compression lead to more fragmentation?
Posted
over 5 years ago
by
Sunil Agarwal
1
Comments
Lately I have been asked how data compression impacts fragmentation (i.e. does it cause more or less fragmentation?). I believe this question is best answered by looking at how does fragmentation occur in the first place and then analyze each of these...
SQL Server Storage Engine
Enabling FILESTREAM post SQL2008 Setup - a Known Issue in SQL Config Manager
Posted
over 5 years ago
by
OmelJ - MSFT
4
Comments
In SQL Server 2008 Feb CTP, there is a bug in the WMI provider for FILESTREAM, inside SQL Configuration Manager (select instance, r-click properties and go to FILESTREAM tab). This bug causes the FILESTREAM configuration UI, to fail. This happens only...
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
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
CHECKSUM and Tempdb
Posted
over 5 years ago
by
Sunil Agarwal
1
Comments
You may recall that starting with SQL Server 2005, you have an option available to enable CHECKSUM on the user databases. For details, please refer to http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/29/Enabling-CHECKSUM-in-SQL2005.aspx ....
SQL Server Storage Engine
Minimal Logging changes in SQL Server 2008 (part-3)
Posted
over 5 years ago
by
Sunil Agarwal
4
Comments
So far we had discussed ( http://blogs.msdn.com/sqlserverstorageengine/archive/2008/03/23/minimal-logging-changes-in-sql-server-2008-part-2.aspx ) how minimal logging changes impact when you are moving data from one table to another table. Now let us...
Page 2 of 8 (183 items)
1
2
3
4
5
»