Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Microsoft SQL Server Tips & Tricks
Tips and Tricks for the SQL Server Enthusiast
RSS for posts
Database Engine
blogs
Analysis services
blogs
Reporting services
blogs
Integration services
blogs
Data access tech blogs
Database Engine videos
Analysis services videos
Reporting services videos
Integration services videos
Data access tech Videos
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Search
Tags
analysis services
Backup
Cluster
DBVideo
Encryption
Installation
OLAP
Performance
query plan
replication
Security
Setup
SQL
sql 2000
sql 2005
SQL 2008
SQL query plan
SQL Server
SQL Server 2000
SQL Server 2005
sql Server 2008
SQL Server 2008 R2
Transactional Replication
update statistics
Upgrade
Archives
Archives
May 2013
(2)
April 2013
(2)
March 2013
(1)
December 2012
(2)
June 2012
(7)
May 2012
(1)
April 2012
(3)
March 2012
(5)
February 2012
(4)
January 2012
(3)
December 2011
(4)
November 2011
(3)
October 2011
(4)
September 2011
(1)
August 2011
(5)
July 2011
(3)
June 2011
(6)
May 2011
(10)
April 2011
(1)
March 2011
(1)
February 2011
(6)
January 2011
(3)
December 2010
(4)
November 2010
(2)
October 2010
(4)
September 2010
(9)
August 2010
(4)
June 2010
(4)
May 2010
(15)
April 2010
(18)
March 2010
(18)
February 2010
(7)
December 2009
(8)
November 2009
(7)
October 2009
(10)
September 2009
(6)
August 2009
(13)
July 2009
(5)
June 2009
(15)
May 2009
(5)
April 2009
(15)
March 2009
(15)
February 2009
(8)
January 2009
(9)
December 2008
(5)
November 2008
(2)
October 2008
(10)
September 2008
(5)
August 2008
(2)
July 2008
(7)
June 2008
(4)
May 2008
(1)
April 2008
(1)
August, 2011
MSDN Blogs
>
Microsoft SQL Server Tips & Tricks
>
August, 2011
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft SQL Server Tips & Tricks
Creating stoplist on database of compatibility 80/90 in SQL server 2008
Posted
over 2 years ago
by
Harsh Chawla
0
Comments
Introduction : In this blog we will see how to add a stopword in a stoplist and also look at one of the common scenario which DBA face when they upgrade from SQL 2000\2005 to 2008 keeping compatibility level 80. So to introduce the topic lets know few...
Microsoft SQL Server Tips & Tricks
Another reason of Index logical fragmentation!
Posted
over 2 years ago
by
Harsh Chawla
0
Comments
Problem Description: Indexes gets fragmented soon after rebuilding index Detailed description You have a table with index created on it. Logical Fragmentation for the index comes to 99 %. You did re-indexing of the index with Rebuild option...
Microsoft SQL Server Tips & Tricks
Implementing SSL encryption for SQL Server in a DNS forwarding environment
Posted
over 2 years ago
by
Harsh Chawla
2
Comments
Let’s say you have an environment which implements DNS forwarding. In such a setup, the client uses a different name (or FQDN) while connecting to SQL Server than the actual SQL Server name (or FQDN). The connection request is forwarded to actual SQL...
Microsoft SQL Server Tips & Tricks
SQL Server Deadlocks Due to Character Data Type Conversion When Using SQL Server JDBC drivers
Posted
over 2 years ago
by
Harsh Chawla
3
Comments
Recently, I worked on a case with one of my clients wherein SQL Server was encountering several deadlocks when they were running Stress Tests from application. They had tried several techniques to resolve this issue including forcing an index on the query...
Microsoft SQL Server Tips & Tricks
Moving data from the mdf file to the ndf file(s)
Posted
over 2 years ago
by
Harsh Chawla
1
Comments
SCENARIO: 1)You have an MDF file from a database which has grown up to a size that has almost exhausted the disk space. 2)You now want to keep the MDF from growing further. 3)You also want to transfer the data from the MDF file to the NDF file...
Page 1 of 1 (5 items)