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
GDR
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
Upgrade
Archives
Archives
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)
MSDN Blogs
>
Microsoft SQL Server Tips & Tricks
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft SQL Server Tips & Tricks
Installing Client tools for SQL 2008 doesn’t populate the SMO in the SQL Assemblies folder
Posted
over 2 years ago
by
AmruthaVarshiniJ
0
Comments
Recently I encountered this issue. Customer was trying to install SMO by using the following switch in the setup command line for SQL 2008: /FEATURES=SNAC_SDK However, the installation didn’t cache the SMO dll’s in the c:\program...
Microsoft SQL Server Tips & Tricks
Backup Software fails to take System State backup if SQL server VSS writer Service is running
Posted
over 2 years ago
by
AmruthaVarshiniJ
0
Comments
This blog describes a very simple but tricky issue. A Backup software was unable to take system state back up. The issue was narrowed down to a situation where the SQL Server VSS writer service fails to connect to a non existing SQL instance. When we...
Microsoft SQL Server Tips & Tricks
Unable to see the properties of DTC in the Component Services
Posted
over 2 years ago
by
sequelguy
0
Comments
After Preparing and Installing SQL Server 2008 Cluster on a Windows 2008 Server Cluster from the "Advanced" option in the Landing Page, we are unable to see the properties of one of the Instances of DTC in the Component Services UI. It appears blank with...
Microsoft SQL Server Tips & Tricks
A query in SQL Server Management studio could fail with Error: "An error occurred while executing batch. Error message is: The file exists
Posted
over 2 years ago
by
AmruthaVarshiniJ
2
Comments
Below is one of the scenarios, I recently witnessed where a query was failing when executed from SSMS (SQL 2008) on windows client machine. There is no local SQL installation on the machine and had registered a remote SQL Server instance. When tried to...
Microsoft SQL Server Tips & Tricks
Monotonically increasing clustered index keys can cause LATCH contention
Posted
over 2 years ago
by
AmruthaVarshiniJ
1
Comments
In this post, I shall explain why monotonically increasing or decreasing clustered index key columns can create hot spots for your index pages with the help of an example. A hot spot is simply an active portion of the table which is accessed more frequently...
Microsoft SQL Server Tips & Tricks
GUID vs INT Debate
Posted
over 2 years ago
by
AmruthaVarshiniJ
2
Comments
I recently read a blog post on what was better using GUIDs or Integer values. This is been an age long debate and there are advocates in both camps stressing on the disadvantages of the other. Well both implementations have their advantages and disadvantages...
Microsoft SQL Server Tips & Tricks
SQL Server Performance Dashboard Reports in SSMS – Introduction, Install, DateDiff error & Modified for SQL 2008
Posted
over 2 years ago
by
AmruthaVarshiniJ
2
Comments
SQL Server Performance Dashboard Reports in SSMS – Introduction, Install, DateDiff error & Modified for SQL 2008 Many of you seasoned DBA’s out there would have heard about the SQL Server 2005 Performance Dashboard Reports and used...
Microsoft SQL Server Tips & Tricks
SQL Express 2005 Setup Failure
Posted
over 2 years ago
by
AmruthaVarshiniJ
0
Comments
ISSUE: You have SQL 2005 SP2 Express Edition or any of earlier version of SQL Express and you decide to apply SP3 to SQL Express edition. You download the http://www.microsoft.com/downloads/details.aspx?FamilyID=3181842a-4090-4431-acdd-9a1c832e65a6&displaylang...
Microsoft SQL Server Tips & Tricks
INF: New SQL Server features in SQL Server 2008 R2 –Part 2
Posted
over 2 years ago
by
AmruthaVarshiniJ
0
Comments
Continued from http://blogs.msdn.com/b/sqlserverfaq/archive/2010/05/13/inf-new-sql-server-features-in-sql-server-2008-r2-part-1.aspx There are a host of enhancements that come as a part of SQL Server 2008 R2. I have outlined some more features below...
Microsoft SQL Server Tips & Tricks
INF: New SQL Server features in SQL Server 2008 R2 – Part 1
Posted
over 2 years ago
by
AmruthaVarshiniJ
4
Comments
SQL Server 2008 R2 expands on the value delivered in SQL Server 2008 by providing a wealth of new features and capabilities that can benefit your entire organization. Many of these features are already documented in SQL Server Books Online at http://msdn...
Microsoft SQL Server Tips & Tricks
SQL 2008 R2 CTP3 Upgrade directly to RTM.
Posted
over 2 years ago
by
AmruthaVarshiniJ
0
Comments
“ We’re getting questions on whether folks can upgrade directly from CTP3 to RTM. The recommended and supported approach is to uninstall CTP3 and install the final release version when it is available. We apologise for any conflicting information you...
Microsoft SQL Server Tips & Tricks
Incorrect BufferCount data transfer option can lead to OOM condition
Posted
over 2 years ago
by
AmruthaVarshiniJ
2
Comments
SQL Server Books Online holds information on a variety of topics concerning the product which can overwhelm any user. Today, I shall demystify two parameter options for the most commonly automated DBA activity: Database Backups. SQL Server database backups...
Microsoft SQL Server Tips & Tricks
How to “REGENERATE DEK” with a different certificate on Encrypted Mirrored database
Posted
over 2 years ago
by
AmruthaVarshiniJ
0
Comments
As part of Encryption Key management in SQL Server 2008 Transparent Data Encryption (TDE) implementation, SQL server allows re-encryption of a mirrored database without breaking the Mirroring setup. In the following post I would be describing the script...
Microsoft SQL Server Tips & Tricks
SQL Server Agent cannot start because the instance of the Server Instance is not the expected Instance
Posted
over 2 years ago
by
AmruthaVarshiniJ
1
Comments
Problem: SQL Server Agent cannot start because the instance of the Server Instance is not the expected Instance The SQL Server Agent may fail to start after a restart of the SQL Services. You may see this issue when you have multiple SQL Server...
Microsoft SQL Server Tips & Tricks
SQL Server 2008 & SQL Server 2008 R2 clustering FAQ’s:
Posted
over 2 years ago
by
AmruthaVarshiniJ
1
Comments
1. Can I use SQL 2008 slipstreamed installer to install SQL Server 2008 failover cluster? Yes. Launch the setup.exe from command prompt with PCUSource = <path to extracted SP1>. Refer http://blogs.msdn.com/petersad/archive/2009/03/02/sql-server...
Microsoft SQL Server Tips & Tricks
Unable to install Service Pack 1 for SQL Server 2008.
Posted
over 2 years ago
by
AmruthaVarshiniJ
0
Comments
Issue : The Service Pack 1 installation on SQL Server 2008 fails with the following errors : detail.txt: Instance INST01 overall summary: Final result: The patch installer has failed to update the shared features. To determine the reason...
Microsoft SQL Server Tips & Tricks
Unable to open excel files using a cscript in SQL Server Jobs
Posted
over 2 years ago
by
AmruthaVarshiniJ
5
Comments
· Disclaimer : Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from any unattended, non-interactive client application or component (including ASP, ASP.NET, DCOM, and NT Services), because Office...
Microsoft SQL Server Tips & Tricks
Unable to configure Logshipping
Posted
over 2 years ago
by
AmruthaVarshiniJ
0
Comments
Problem Description: ================ You may notice that when you configure logshipping in SQL server 2005 from primary server, it gets configured successfully without any error but no logshipping job is created on primary server. Also logshipping...
Microsoft SQL Server Tips & Tricks
How to install Clustered SQL Server 2008 on Windows 2008 Cluster using Hyper-V (Guest Clustering) Part – 2
Posted
over 2 years ago
by
Balmukund
8
Comments
Thanks for overwhelming response of part 1 of the series. As a part of this series, we have created a Domain Controller (Win2k8MyDC). Let’s go ahead and follow the steps below to add two more machines into my domain (blakhani.com). For this you need two...
Microsoft SQL Server Tips & Tricks
How to move Publication database and Distribution database to a different location
Posted
over 2 years ago
by
AmruthaVarshiniJ
2
Comments
Consider a scenario where we have set up a transactional replication between two servers and you want to MOVE the publication database and Distribution database to a different location. The procedure for moving the system database ‘Distribution...
Microsoft SQL Server Tips & Tricks
How to restore database backup (Full and Transaction logs) after regenerating Database Encryption Key (KEY) with a new certificate having no impact on Log sequence number (LSN) chain.
Posted
over 2 years ago
by
AmruthaVarshiniJ
0
Comments
It’s a very common scenario where customers have their database encrypted and hold multiple certificates on their SQL Server environment. In this blog I would be sharing some good information on steps to restore full backup that was taken at the time...
Microsoft SQL Server Tips & Tricks
Network Binding Order Rule Warning in SQL Server 2008 Cluster Setup Explained
Posted
over 2 years ago
by
AmruthaVarshiniJ
0
Comments
Network Binding Order Rule Warning in SQL Server 2008 Cluster Setup Explained This blog present some more information about the “network binding order” setup rule that is present in SQL Server 2008. We have another blog that talks about the issues...
Microsoft SQL Server Tips & Tricks
SQL Server 2005 setup fails on windows 2008 due to corrupt VC++ component
Posted
over 2 years ago
by
AmruthaVarshiniJ
1
Comments
Here is a scenario where you might end up receiving a Fatal Error while installing SQL 2005 on Windows 2008 environments. Below is the snippet from the Setup logs: Summary Log: ========== OS Version : Server 4.0, Enterprise Edition Service...
Microsoft SQL Server Tips & Tricks
sp_help_log_shipping_monitor may return the following error after role reversal in SQL 2000/2005 : Violation of PRIMARY KEY constraint <constraint name>. Cannot insert duplicate key in object 'dbo.#log_shipping_monitor'
Posted
over 2 years ago
by
AmruthaVarshiniJ
0
Comments
Problem Description =============== · After role reversal in a log shipping setup, the stored procedure sp_help_log_shipping_monitor may return the following error OR we may find the error in the log shipping report in SQL Server Management Studio...
Microsoft SQL Server Tips & Tricks
How to un-cluster SQL Server 2005 Cluster
Posted
over 2 years ago
by
AmruthaVarshiniJ
5
Comments
(How to uninstall SQL Server 2005 Cluster / How to break SQL Server 2005 Cluster ) There will be situations where you want to perform any of below task: 1. Convert two node SQL cluster to standalone instance of SQL...
Page 5 of 13 (308 items)
«
3
4
5
6
7
»