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
How to
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
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)
October, 2009
MSDN Blogs
>
Microsoft SQL Server Tips & Tricks
>
October, 2009
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft SQL Server Tips & Tricks
SP_COLUMNS take longer in SQL Server 2005 SP3 compared to SQL Server 2000
Posted
over 4 years ago
by
Parikshit Savjani
0
Comments
Recently we encountered a case wherein one of the user application which internally calls sp_column stored procedure in SQL server. This application is taking longer time to execute in SQL server 2005 SP3 when compared to SQL server 2000. This application...
Microsoft SQL Server Tips & Tricks
Unable to open the configuration manager in SQL server 2005
Posted
over 4 years ago
by
Parikshit Savjani
0
Comments
Problem Description in our scenario: ============================ We have a SQL server 2005 (9.00.4035 Enterprise Edition X64) , when we try to open the configuration manager we get the below error : -------------------------- SQL Server Configuration...
Microsoft SQL Server Tips & Tricks
Sql Server 2005 Resource Taking long time to come online on Windows Cluster with Resource Manager Creation Failed reported in Errorlog
Posted
over 4 years ago
by
Parikshit Savjani
1
Comments
Recently we faced an issue where in clustered instance of sql server 2005 was taking long time to come online on a windows 2008 cluster. We checked the Error log and found the following 2009-10-05 10:58:27.41 Server Attempting to initialize...
Microsoft SQL Server Tips & Tricks
Script to find the Objects Owned by Orphaned Users
Posted
over 4 years ago
by
Parikshit Savjani
0
Comments
Below is the script that would first identify and display Orphaned users. Then this output is passed to the next level which identifies the objects owned by this User in all the databases I have implemented temporary tables hence the entire script...
Microsoft SQL Server Tips & Tricks
Receive a warning about the network binding order on the Setup Support Rules page when install SQL Server 2008 in a failover cluster
Posted
over 4 years ago
by
Parikshit Savjani
3
Comments
While installing sql server 2008 setup we might face following warning in the installation window Receive a warning about the network binding order on the Setup Support Rules page when install SQL Server 2008 in a failover cluster The domain network...
Microsoft SQL Server Tips & Tricks
How to identify Orphaned Logins and Objects owned by Oraphaned Logins
Posted
over 4 years ago
by
Parikshit Savjani
0
Comments
Below is the script that would first identify and display Orphaned users. Then this output is passed to the next level which identifies the objects owned by this User in all the databases I have implemented temporary tables hence the entire script...
Microsoft SQL Server Tips & Tricks
How to change the Service account and restart the Service using WMI.
Posted
over 4 years ago
by
Parikshit Savjani
0
Comments
Often we required the service account to be changed and this requires a restart of the service for the change to come in to effect. Below is a vbscript that uses WMI to achieve this. This script has not been tested on Services that depend on other...
Microsoft SQL Server Tips & Tricks
Performance Benefits of using Expression over User Defined Functions
Posted
over 4 years ago
by
Rajesh Setlem
3
Comments
Summary No matter how simple a UDF is, there's a large performance penalty paid when they're used. This penalty shows up as poor query execution time when a query applies a UDF to a large number of rows, typically 1000 or more. The penalty is incurred...
Microsoft SQL Server Tips & Tricks
Cannot Alter Schema of Replicated Article
Posted
over 4 years ago
by
Parikshit Savjani
2
Comments
Suppose you encounter an error message wherein you have a replication setup and want to change the schema of the article. You will try using Alter Table command on the replicated table and it will fail. The error message will be following: Msg 4928...
Microsoft SQL Server Tips & Tricks
Behavior of WITH NOWAIT option with RAISERROR in SQL Server
Posted
over 4 years ago
by
Parikshit Savjani
6
Comments
In some situations you would like to use WITH NOWAIT option in SQL Server RAISERROR statement, but somehow you usually have to wait until the procedure is complete before seeing messages. You search through MSDN links but end up reading several different...
Page 1 of 1 (10 items)