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
Linked Server
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
July 2013
(1)
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)
April, 2009
MSDN Blogs
>
Microsoft SQL Server Tips & Tricks
>
April, 2009
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft SQL Server Tips & Tricks
UPDATE Statements May Fail To Replicate If Not Executed As Singleton Updates
Posted
over 4 years ago
by
Parikshit Savjani
1
Comments
What is Deferred Update? If any column that is part of a unique constraint is updated, then SQL Server implements the update as a deferred update , which means as a pair of DELETE/INSERT operations. This deferred update causes replication to send a pair...
Microsoft SQL Server Tips & Tricks
Reporting Services 2005 installation option is grayed out
Posted
over 4 years ago
by
Parikshit Savjani
3
Comments
Consider a scenario when during the installation of SQL Reporting Services 2005 the option to choose Reporting Services is grayed out. The following warning displayed in SCC check 32-bit ASP.Net is Registered. Required 64-bit ASP.Net to install...
Microsoft SQL Server Tips & Tricks
Is SQLVDI.DLL functioning properly?
Posted
over 4 years ago
by
Parikshit Savjani
5
Comments
Every once in a while I see VDI backups failing and questions being asked as to whether the sqlvdi.dll (which exposes the Interfaces to perform the backup) or the Software being used to take the backup is responsible or is it an issue with the Environment...
Microsoft SQL Server Tips & Tricks
INFORMATIONAL: SHEDDING LIGHT on VSS & VDI Backups in SQL Server
Posted
over 4 years ago
by
Parikshit Savjani
5
Comments
Right, ever heard or wondered about snapshot backups in SQL Server? You might have come across the Volume Shadow Service (VSS) backup option in SQL Server. In this post, I will try to explain what they are, how they work and what to check for when you...
Microsoft SQL Server Tips & Tricks
configure distribution wizard does not appear while trying to configure Distribution in SQL 2005
Posted
over 4 years ago
by
Parikshit Savjani
3
Comments
Recently we encountered a case wherein distribution wizard was not appearing when we try to configure distribution server using sql server 2005 management studio. We do not see any error message in the errorlog or application event log while the cursor...
Microsoft SQL Server Tips & Tricks
SQL server2000 IA64 Setup on a cluster may fail with an unexpected error
Posted
over 4 years ago
by
Parikshit Savjani
1
Comments
Consider the scenario where SQL server 2000 IA 64 setup on a SQL server cluster fails with the following error ERROR MESSAGE: Microsoft SQL Server Setup --------------------------- An error occurred while creating virtual server resources for clustering...
Microsoft SQL Server Tips & Tricks
Unable to upgrade from SQL Server 2000 to SQL Server 2005
Posted
over 4 years ago
by
Parikshit Savjani
2
Comments
Problem: In place upgrade from SQL Server 2000 to SQL Server 2005 may fail with the following error message though SQL Server 2000 instance may be at the build 8.0.2039 (SP4) Name: Microsoft SQL Server 2000 Reason: Your upgrade is blocked. For more...
Microsoft SQL Server Tips & Tricks
Not able to restore backup from tape for large databases on the SQL Server 2005
Posted
over 4 years ago
by
sequelguy
3
Comments
We get the below error message when we try to restore from tape for large databases. ERROR MESSAGE: ============== TITLE: Microsoft SQL Server Management Studio ------------------------------ An exception occurred while executing a Transact...
Microsoft SQL Server Tips & Tricks
Performance of a Query on Computed Column can degrade in Sql 2005 with the increase in complexity of function in computed column
Posted
over 4 years ago
by
Parikshit Savjani
2
Comments
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...
Microsoft SQL Server Tips & Tricks
Orphaned Users with Database Mirroring and Log Shipping
Posted
over 4 years ago
by
Parikshit Savjani
3
Comments
Let’s start with a little background on how SQL Server logins and Database users actually work. A login (Windows/SQL authenticated) gives you the permissions to log onto a SQL Server instance. With the help of the login, an individual can access the databases...
Microsoft SQL Server Tips & Tricks
How to find out which database was backed up by which maintenance plan
Posted
over 4 years ago
by
Parikshit Savjani
2
Comments
When you backup your database in SQL Server 2000 using a maintenance plan, the information is logged into dbo.sysmaintplan_databases. You can query this table to see, which maintenance plan did the backup of which database, using this query – select...
Microsoft SQL Server Tips & Tricks
SETTING THE APPLICATION ROLE CAN CAUSE IS_MEMBER TO return NULL
Posted
over 4 years ago
by
Parikshit Savjani
0
Comments
In the simplest terms an application role is one which allows access to a database through an application. As simple as that may sound there are some clauses which make these quite an interesting feature. An application role is like a plain canvas...
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
Changing the schema of an article from DBO to UserDefinedSchema will be reverted back to DBO
Posted
over 4 years ago
by
Parikshit Savjani
0
Comments
Consider a scenario where one wants to change the Destination Object Owner schema of all the articles in a publication using “ Set Properties of All Table Articles” from DBO to any other user defined schema. What you will find is that under...
Microsoft SQL Server Tips & Tricks
SQL Server 2005 SP2 setup might fail with the error Error 29528: The setup has encountered an unexpected error while Updating security settings on HTTP services
Posted
over 4 years ago
by
Parikshit Savjani
2
Comments
Few days back I worked on a case where the sql server SP2 setup was failing to install with an Error 29528 so I thought I should blog this article to address the cause of the failure and how can we resolve the issue. Problem Description: You may...
Page 1 of 1 (15 items)