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
Why to look at "Wait Statistics" to troubleshoot SQL Performance
Posted
11 months ago
by
Harsh Chawla
2
Comments
Here we will discuss on Waits in the context of SQL Server: Highlights of this video blog :- 1. What is wait and why we need to focus on wait? 2. Lifecycle of a session 3. Analogy to explain waits 4. Types of Waits. 5. Where to see waits...
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
SQL Server Performance Dashboard Reports in SSMS – Introduction, Install, DateDiff error & Modified for SQL 2008
Posted
over 3 years ago
by
AmruthaVarshiniJ
3
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 Server 2008 Setup fails to Install with Error 1402
Posted
over 3 years ago
by
AmruthaVarshiniJ
5
Comments
SQL Server 2008 setup may fail with the following error even though you are running the setup as administrator. You might get these kind of errors in Detail.txt after you cleaned up an failed setup (from Add/Remove Programs) and try to run the setup again...
Microsoft SQL Server Tips & Tricks
Step by Step Procedure to Implement SQL Server Transactional Replication with Oracle as Publisher
Posted
over 5 years ago
by
sequelguy
3
Comments
/*** Note: Kindly follow the Instruction in each step ***/ /*** If you are using SQL Server 2008 Management Studio, Ctrl-Shift-M might not work. In that case go to “Query” menu and click on “Specify Values for Template Parameters” ***/ 1) Logon...
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
SQL Server Management studio issues
Posted
over 4 years ago
by
Parikshit Savjani
2
Comments
What will happen if the indispensible SSMS crashes or worse just hangs? A lot of fretting!! (For the not-so SQLCMD savvy)....!! I have enclosed here two scenarios and their corresponding resolutions PROBLEM 1 When we start up SQL Server Management...
Microsoft SQL Server Tips & Tricks
Network Binding Order Rule Warning in SQL Server 2008 Cluster Setup Explained
Posted
over 3 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
Size of the Transaction Log Increasing and cannot be truncated or Shrinked due to Snapshot Replication.
Posted
over 4 years ago
by
Parikshit Savjani
3
Comments
There can be many reasons for the size of Transaction Log growing large for a sql server database such as waiting on checkpoint, backups in Full recovery model, active long running transaction. The simplest and the smartest way to determine the...
Microsoft SQL Server Tips & Tricks
The installation of client tools in sql 2005 fails with error 1722
Posted
over 4 years ago
by
Parikshit Savjani
7
Comments
Recently we encountered an issue while installation of client tools in sql 2005, so I would like to share the same in the following blog Problem Description The installation of the Client tools in SQL Server 2005 fails with the following error...
Microsoft SQL Server Tips & Tricks
Step by Step Guide to Setup a Dedicated SQL Database Mirroring(DBM on dedicated Nic card)
Posted
over 3 years ago
by
AmruthaVarshiniJ
9
Comments
One of the Best practice for database mirroring(DBM) is to setup DBM on dedicated NIC card\Network adapter, as mentioned in http://msdn.microsoft.com/en-us/library/cc917681.aspx The idea is to transport the mirroring traffic via a dedicated network...
Microsoft SQL Server Tips & Tricks
Database Mail failing with “The service queue "ExternalMailQueue" is currently disabled.” message
Posted
over 3 years ago
by
AmruthaVarshiniJ
6
Comments
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...
Microsoft SQL Server Tips & Tricks
SQL Server Backup Simulator
Posted
over 3 years ago
by
AmruthaVarshiniJ
1
Comments
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...
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
Unable to create Maintenance Plans or DBMail Fails after service pack/Hotfix is applied on SQL Server 2005 fail over cluster instance running on Windows 2008 cluster
Posted
over 4 years ago
by
Parikshit Savjani
11
Comments
We have seen a couple of cases, wherein we are unable to create maintenance plan or DBMail Fails after applying SP on SQL Server 2005 failover cluster instance running on Windows 2008 Cluster . Resource Database and other system databases may not be...
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
INFO: SQL 2000 MSDE installation will fail if you have number of CPUs on a box which is not in power of 2.
Posted
over 4 years ago
by
Parikshit Savjani
17
Comments
Consider a scenario where you are doing a new install ation of SQL Server 2000 MSDE on a computer and you get messages like: Setup failed to configure the server. Refer to the server error logs and setup error logs for more information Normally...
Microsoft SQL Server Tips & Tricks
How to un-cluster SQL Server 2005 Cluster
Posted
over 3 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...
Microsoft SQL Server Tips & Tricks
SQL SERVER 2005 INSTANCE FAILING TO INSTALL AFTER TRYING TO REINSTALL WITH ERROR 1603
Posted
over 4 years ago
by
Parikshit Savjani
2
Comments
Many times we need to reinstall a sql server instance due to number of reason. Whenever you reinstall the sql server instance the success of the installation of the new sql server instance primarily depends on the whether the previous uninstall of...
Microsoft SQL Server Tips & Tricks
Maintenance Plans with “Backup Database Task” fails when the “Create a sub-directory for each database” option is checked
Posted
over 5 years ago
by
sequelguy
5
Comments
Maintenance Plans with “Backup Database Task” fails when the “Create a sub-directory for each database” option is checked, with error similar to the below, “Cannot open backup device 'D... The package execution fa... The step failed.,00:00:01,0,0,...
Microsoft SQL Server Tips & Tricks
Analysis Services Preallocate Memory Setting – Insight
Posted
over 4 years ago
by
sequelguy
3
Comments
Q: What is Preallocate Setting? Answers: Preaallocate Setting specifies a certain percentage of memory be allocated to Analysis Services when the service starts (memory preallocation). This configuration setting was introduced because the Microsoft...
Microsoft SQL Server Tips & Tricks
How to remove unwanted Quotation Marks while importing a data file
Posted
over 3 years ago
by
AmruthaVarshiniJ
2
Comments
This post describes how to strip off unwanted quotation marks around the character strings in the data file. Let’s assume that you have a text file which has the following data and you want to import the data into a SQL Server database table. “ ABC ”...
Microsoft SQL Server Tips & Tricks
Part – 2 : SQL Server 2005 Patch Fails to install with an error "Unable to install Windows Installer MSP file"
Posted
over 4 years ago
by
sequelguy
2
Comments
Environment : è Windows Server 2003 SP2 x64 è SQL Server 2005 Standard Edition SP2 x86 Build 9.00.3215 (SP2 with Cumulative Update 5) Objective : è To install SP3 for SQL Server 2005. Problem : è SP3 failed to install...
Microsoft SQL Server Tips & Tricks
Unable to connect to SQL Server 2008 instance after applying SP1
Posted
over 3 years ago
by
AmruthaVarshiniJ
4
Comments
Problem Description =============== Not able to connect to SQL Server 2008 instance after applying SP1. Connection would fail with the following error TITLE: Connect to Server ------------------------------ Cannot connect to <Server...
Microsoft SQL Server Tips & Tricks
The subscription fails to Sync with the Publisher and marked inactive even though the settings have been configured to “never expire”
Posted
over 5 years ago
by
sequelguy
1
Comments
We get the below error message when distribution agent tries to sync, Error: 14151, Severity: 18, State: 1. The subscription(s) have been marked inactive and must be reinitialized. NoSync subscriptions will need to be dropped and recreated. ...
Page 2 of 13 (314 items)
1
2
3
4
5
»