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
(1)
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)
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
Error messages and the solutions related to “distributor_admin” login
Posted
over 4 years ago
by
sequelguy
5
Comments
Error messages: The log reader fails with the following error message: ============================================== The process could not execute 'sp_MSpub_adjust_identity' on 'PR2K8\YUKON'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20011) Get help...
Microsoft SQL Server Tips & Tricks
Microsoft SQL Server 2005 Service Pack 4 Released!
Posted
over 3 years ago
by
Balmukund
1
Comments
The RTM version of Service Pack 4 (SP4) for Microsoft SQL Server 2005 is now available for download, and includes SQL Server 2005 SP3 cumulative updates 1 to 11, customer requested fixes and the SQL Server 2005 SP4 database engine support for DAC operations...
Microsoft SQL Server Tips & Tricks
The hidden gems among DMVs: sys.dm_os_sys_memory
Posted
over 3 years ago
by
AmruthaVarshiniJ
4
Comments
I have always been a big fan of troubleshooting SQL Server performance issues with the help of DMVs. Not only does this allow me to track down the culprit without the help of any external tools/EXEs but it also gives a sysadmin an unbridled sense of power...
Microsoft SQL Server Tips & Tricks
Why Do I see more threads per SPID in sysprocesses than MAXDOP?
Posted
over 4 years ago
by
sequelguy
5
Comments
Most of the Customers using sql server 2000,2005 and 2008 have this doubt in their mind when using parallelism in sql server. Why Do I see more threads per SPID in sysprocesses than MAXDOP? The above question is being addressed in the following...
Microsoft SQL Server Tips & Tricks
Merge Agent fails with The Merge failed to retrieve the snapshot schema script - Merge Replication with Web Synchronization using FTP Over Internet
Posted
over 4 years ago
by
Parikshit Savjani
0
Comments
When you configure a merge replication with web synchronization using FTP over internet, you might run into an issue when you run the merge agent. Assume that we have configured the merge replication with the above specifications and have run the...
Microsoft SQL Server Tips & Tricks
DB Maintenance: Rebuild Index Task always fails on OperationsManagerDW [SCOM database]
Posted
over 3 years ago
by
AmruthaVarshiniJ
2
Comments
Problem Description ======================================= We encountered a situation where we were trying to execute a maintenance plan to rebuild the index of OperationsManagerDW database. However, the maintenance plan fails to complete. ...
Microsoft SQL Server Tips & Tricks
SQL Server encounters memory pressure and generate 701 Error due to incorrect configuration of Service Broker
Posted
over 3 years ago
by
Nikesh Mhatre
1
Comments
Here is one of the rare scenario on SQL Server memory issue (701 error) caused due service broker misconfiguration or incorrectly used, causing memory object OBJECTSTORE_SERVICE_BROKER to grow and not releasing memory back. Below is the memory error,...
Microsoft SQL Server Tips & Tricks
Did you know... Accessing Linked server using Synonym can fail with an error 7359
Posted
over 5 years ago
by
sequelguy
1
Comments
Accessing Linked server using Synonym results in an error after we rebuild Indexes on the target server in SQL Server 2005. The Error Message is like below, Msg 7359, Level 16, State 1, Line 1 The OLE DB provider "SQLNCLI" for linked server "Domain...
Microsoft SQL Server Tips & Tricks
Error 29527 while installing security patch 948109 on SQL Server 2005
Posted
over 5 years ago
by
sequelguy
2
Comments
While installing security patch KB 948109 on the sql server 2005, the installation of the patch may fail. In order to find the cause of the failure we need to look into the setup bootstrap logs which are located in the following location C:\Progarm...
Microsoft SQL Server Tips & Tricks
SQL Server 2005 Management Studio setup - An error occurred during the installation of assembly Microsoft.MSXML (HRESULT: 0x80070003)
Posted
over 3 years ago
by
AmruthaVarshiniJ
0
Comments
When you install SQL Server 2005 Management Studio on Windows Server 2008, you might encounter the following error Error 1935. An error occurred during the installation of assembly 'Microsoft.MSXML,Version="8.0.0.0",Culture="neutral",PublicKeyToken...
Microsoft SQL Server Tips & Tricks
Sql Server Resource Fails to come online on Cluster with Error Error Locating Server/Instance Specified [xFFFFFFFF]
Posted
over 4 years ago
by
Parikshit Savjani
3
Comments
As mentioned in my previous posts if the sql server fails to come online we need to start troubleshooting by looking at the sql server error log. So we checked the sql server error log and found that sql server was started successfully and there...
Microsoft SQL Server Tips & Tricks
Unable to open excel files using a cscript in SQL Server Jobs
Posted
over 3 years ago
by
AmruthaVarshiniJ
10
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
Slipstreaming SP1 with SQL Server 2008 Express edition advanced services is not possible
Posted
over 3 years ago
by
AmruthaVarshiniJ
0
Comments
I had a situation where I needed to install SQL Server 2008 Express edition with management studio and also upgrade it to SP1 using just one installer. It does not sound impossible as we already have a similar installer that can install SQL Server 2005...
Microsoft SQL Server Tips & Tricks
How to change the IP ALL TCP Port to a static port from a Dynamic Port using WMI
Posted
over 4 years ago
by
Parikshit Savjani
2
Comments
Many a time there is a need to programmatically change in the SQL Server configuration settings. This can be done through the methods exposed via SQL Server’s WMI namespace. The need for this script arose due to a need to change the Port Number of multiple...
Microsoft SQL Server Tips & Tricks
How do we implement encryption and hashing in SQL server?
Posted
over 4 years ago
by
Parikshit Savjani
1
Comments
Part2 In the part1 we discussed the basic difference between encryption and hashing. So now let’s look into how we can implement hashing and encryption using the SQL server functions. We have a function called the “HashBytes” function which performs the...
Microsoft SQL Server Tips & Tricks
How to convert a standalone Instance of SQL Server into an Clustered Instance
Posted
over 5 years ago
by
sequelguy
1
Comments
For SQL Server 2000: Case 1: If the default instance of sql server is to be upgraded to default clustered instance of sql server 2000 Note: 1) Only Default instance can be upgraded by this method 2) This Functionality is not vailable in...
Microsoft SQL Server Tips & Tricks
Troubleshooting tempdb growth due to Version Store usage
Posted
over 3 years ago
by
AmruthaVarshiniJ
2
Comments
Troubleshooting tempdb growth due to Version Store usage Recently I worked on an issue where the tempdb database version store cleanup was not occurring. I created a small repro to demonstrate the behavior. My tempdb has been showing the version...
Microsoft SQL Server Tips & Tricks
SQL SERVER 2000 CLUSTER FAILS TO COME ONLINE ON CLUSTER AFTER APPLYING SECURITY PATCH oN WINDOWS SERVER
Posted
over 4 years ago
by
Parikshit Savjani
1
Comments
We have observed a number of cases where Sql Server resource fails to come online on Windows 2000 Cluster after applying a security patch. As mentioned in my previous posts whenever a sql server resource fails to come online we should start by checking...
Microsoft SQL Server Tips & Tricks
SQL Server 2005 SP2 installation hangs on a 2 Node cluster with the message: "Awaiting first complete passive cluster node"
Posted
over 4 years ago
by
sequelguy
1
Comments
Environment: SQL Server Enterprise Edition 2005 32 bit on Windows Server 2003 Enterprise SP1 Consider a scenario where you are installing SQL Server 2005 Servce Pack 2 on a clustered environment. Sometimes you will notice that the installation get...
Microsoft SQL Server Tips & Tricks
Did you know... Error: 29565 SQL Server Setup cannot upgrade the specified instance because the previous upgrade did not complete
Posted
over 5 years ago
by
sequelguy
1
Comments
We have observed a number of cases where the installation of SP2 succeeds on Active Node while it may fail on the passive node while installing SP2 on the clustered instance of SQL server 2005. In order to find the cause of the failure on passive node...
Microsoft SQL Server Tips & Tricks
SQL 2005 (SQL 2008) Analysis Services Server Side Tracing
Posted
over 4 years ago
by
sequelguy
4
Comments
With Analysis Services 2005 (2008) you can collect traces without using gui this feature is known as Server Side Tracing. In this article we’ll talk about how to achieve Server Side Tracing. How to create a Server Side Trace Open SQL Server profiler connect...
Microsoft SQL Server Tips & Tricks
SQL Server 2008 Slipstream Setup on Windows Cluster May Fail With “The system cannot find the path specified”
Posted
over 3 years ago
by
AmruthaVarshiniJ
1
Comments
Recently I encountered an issue where the in-place upgrade of the SQL Server 2005 to SQL Server 2008 on the Windows Server 2003 cluster failed with following error: TITLE: Microsoft SQL Server 2008 Setup ------------------------------ The...
Microsoft SQL Server Tips & Tricks
Sometimes Replication Monitor shows number of Undistributed Transactions as a very high number, but replication itself works properly.
Posted
over 3 years ago
by
AmruthaVarshiniJ
0
Comments
An overview of the inner working of a replication monitor We might see large number of Pending transactions on one of the Publisher in P2P replication. But when we check the Replication Monitor for second server (Subscriber) it might show a small...
Microsoft SQL Server Tips & Tricks
INF: How to retrieve data from a large XML string
Posted
over 2 years ago
by
Balmukund
0
Comments
We encountered an interesting issue some time back. We already had XML data inserted into a SQL Server 2008 R2 database however we were getting below error when retrieving (also called shredding) values from the XML data. Msg 8621, Level 17,...
Microsoft SQL Server Tips & Tricks
SQL Server 2005 Setup Failing to Install on Cluster with Unexpected Failure while Performing the SCC checks
Posted
over 5 years ago
by
sequelguy
1
Comments
We have observed a number of cases where the installation of the SQL server 2005 instance on the cluster fails with the following unexpected Failure Error Message while performing SCC checks. ERROR MESSAGE: ==================== There is unexpected...
Page 5 of 13 (314 items)
«
3
4
5
6
7
»