Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
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 posts
RSS for comments
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
>
All Tags
>
sql 2000
Browse by Tags
A system assertion check has failed
application
Backup
blocking
Computed Columns
constraint
cscript
Database Encryption Key
Database Mail
DB Maintenance
Drop failed
excel files
ExternalMailQueue
Full Text Catalog
hang
How to
index scan
index seek
JOBS
Login Failed
SQL
sql 2005
SQL 2008
SQL Server 2005
SQL Server Backup Simulator
Blog Post:
SQL Server Backup Simulator
AmruthaVarshiniJ
We at SQL Server support team, continue to invest our time in writing tools and utilities which can aid you in troubleshooting SQL Server issues. SQL Server Backup Simulator is one such tool which will help you while troubleshooting issues in taking backup of SQL Server using 3 rd party utilities like...
on
27 Oct 2010
Blog Post:
Troubleshooting specific Login Failed error messages
AmruthaVarshiniJ
A recent discussion on the #sqlhelp hashtag on Twitter got me researching into this issue. The error message was: 2010-10-19 02:56:59.380 Logon Error: 18456, Severity: 14, State: 11 . 2010-10-19 02:56:59.380 Logon Login failed for user <Server name>\User1'. Reason: Token-based server access...
on
27 Oct 2010
Blog Post:
Troubleshooting tempdb growth due to Version Store usage
AmruthaVarshiniJ
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 store usage below for the past 3 days: ...
on
13 Oct 2010
Blog Post:
Sometimes Replication Monitor shows number of Undistributed Transactions as a very high number, but replication itself works properly.
AmruthaVarshiniJ
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 value (which would be the actual value). You might...
on
17 Sep 2010
Blog Post:
RESTORE DATABASE TASK IN SQL 2000 FROM ENTERPRISE MANAGER MAY HANG AT TIMES
AmruthaVarshiniJ
PROBLEM DESCRIPTION ================ While performing Restore Database task in SQL 2000 from Enterprise Manager it may hang or appears hung at times . H owever you may not find any specific errors in the SQL server error log, application log and system event log. CAUSE ====== ...
on
18 Jun 2010
Blog Post:
Unable to open excel files using a cscript in SQL Server Jobs
AmruthaVarshiniJ
· 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 may exhibit unstable behavior and/or deadlock when...
on
29 Apr 2010
Blog Post:
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.
AmruthaVarshiniJ
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 when the database was not encrypted and applying the...
on
26 Apr 2010
Blog Post:
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'
AmruthaVarshiniJ
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. Msg 2627, Level 14, State 1, Procedure sp_help_log_shipping_monitor...
on
22 Apr 2010
Blog Post:
DB Maintenance: Rebuild Index Task always fails on OperationsManagerDW [SCOM database]
AmruthaVarshiniJ
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. In the Maintenance Plan log, the following paragraph...
on
19 Apr 2010
Blog Post:
Database Mail failing with “The service queue "ExternalMailQueue" is currently disabled.” message
AmruthaVarshiniJ
Some of you may experience problems while using Database Mail on SQL Server 2005 or SQL Server 2008 which will not be able to send emails to the database users. The SQL Server error logs will log following errors: The activated proc [dbo].[sp_sysmail_activate] running on queue msdb.dbo.ExternalMailQueue...
on
18 Mar 2010
Blog Post:
INF: A missing exception handle can cause blocking and eventual application hang.
AmruthaVarshiniJ
BEHAVIOR/SYMPTOMS: We recently had a customer come to us seeking help on a performance issue that he was experiencing. Understood, that there’s a web-application written in ASP.Net and was using SQL Server at the backend. During the peak usage hours, the application users were experiencing query below...
on
17 Mar 2010
Blog Post:
How to uninstall HOTFIXES manually when the base SQL 2000 is not there in the box
sequelguy
Consider a scenario where SQL 2000 has been uninstalled and Hotfixes are still visible. In my case it was hotfix 2050 and 2273. One will find the hotfix components visible in the ADD\REMOVE program. In that scenario attempts of removing the hotfixes are unsuccessful from the ADD\REMOVE programs. Attempts...
on
12 Jun 2009
Blog Post:
Performance of a Query on Computed Column can degrade in Sql 2005 with the increase in complexity of function in computed column
Parikshit Savjani
With Sql server 2000 and 2005 computed columns can be use to improve the performance of queries since without the computed columns, indexes cannot be used as explained in the following blog by one of our Escalation Engineer Jack Li. http://blogs.msdn.com/psssql/archive/2009/03/09/how-to-use-computed...
on
14 Apr 2009
Blog Post:
FAILED TO DROP Full TEXT Catalog ON A DATABASE after upgrading to sql server 2005
Parikshit Savjani
Consider the following scenario where you upgraded a database from sql server 2000 to sql server 2005 instance and changed the compatibility of the database to 90 and now you wish to drop the Full Text catalog which was originally created in the sql server 2000 database and is still present in the upgraded...
on
19 Feb 2009
Page 1 of 1 (14 items)