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
February 2014
(1)
November 2013
(2)
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)
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
Unable to start SQL Server Agent
Posted
over 5 years ago
by
sequelguy
11
Comments
We are unable to start SQL Server Agent. It was giving the following error when we were trying to start it from the services console The SQL Server Agent (MSSQLSERVER) service on Local Computer started and then stopped. Some services stop automatically...
Microsoft SQL Server Tips & Tricks
How to backup SQL Server databases to a mapped drive
Posted
over 5 years ago
by
Parikshit Savjani
12
Comments
While taking backups for SQL Server databases onto a mapped drive you might get the following error: " The system cannot find the path specified." This is because a network share that you map using a local drive letter will not be visible to a SQL...
Microsoft SQL Server Tips & Tricks
INF: Hey, my SQL Server Service is not starting – what do I do?
Posted
over 3 years ago
by
Balmukund
11
Comments
This is one of those challenging situations when customers call us at times. I can understand the gravity of the situation – your boss is behind your back, your business is down, your application is down, your website cannot accept orders or your phone...
Microsoft SQL Server Tips & Tricks
How to change Date Format after installing SQL server
Posted
over 5 years ago
by
Nikesh Mhatre
9
Comments
In the below blog, I am going to share my experience on one of the unique case which I have worked couple of days back. The issue will arise if you have installed SQL with the default collation and your machine is using English (US). Now say for example...
Microsoft SQL Server Tips & Tricks
Error: SQL Server 2000 DTS Designer components are required to edit DTS packages. Install the special Web download, "SQL Server 2000 DTS Designer Components" to use this feature. (Microsoft.SqlServer.DtsObjectExplorerUI)SSMS
Posted
over 5 years ago
by
Parikshit Savjani
79
Comments
Ideally DTS Packages should be upgraded to SSIS packages as we move from sql 2000 to sql 2005/sql 2008. And one of the good articles which provides information on how to upgrade DTS packages to SSIS package is written by Jason Howell http://blogs.msdn...
Microsoft SQL Server Tips & Tricks
Part – 1 : SQL Server 2005 Patch Fails to install with an error "Unable to install Windows Installer MSP file"
Posted
over 5 years ago
by
sequelguy
25
Comments
We have seen several issues where installation of Service Pack/Hotfix/GDR/CU fails to install on one or more components of SQL Server 2005. In this blog , I have tried to include few troubleshooting tips and tricks for these kinds of installation failures...
Microsoft SQL Server Tips & Tricks
Setting up Database mirroring in SQL Server 2008 using T-SQL when the database is encrypted using Transparent Data Encryption.
Posted
over 5 years ago
by
sequelguy
22
Comments
Consider the following Scenario, You are using SQL Server 2008 Enterprise edition RTM or higher version and you are Transparent database encryption (new feature introduce in SQL Server 2008) to encrypt the Database to be mirrored. The database encryption...
Microsoft SQL Server Tips & Tricks
SQL Server 2008 & SQL Server 2008 R2 clustering FAQ’s:
Posted
over 4 years ago
by
AmruthaVarshiniJ
1
Comments
1. Can I use SQL 2008 slipstreamed installer to install SQL Server 2008 failover cluster? Yes. Launch the setup.exe from command prompt with PCUSource = <path to extracted SP1>. Refer http://blogs.msdn.com/petersad/archive/2009/03/02/sql-server...
Microsoft SQL Server Tips & Tricks
Do NOT delete files from the Windows Installer folder
Posted
11 months ago
by
HarshDeep_Singh
3
Comments
C:\windows\Installer is not a temporary folder and files in it should not be deleted. If you do it on machines on which you have SQL Server installed you may have to rebuild the operating system and reinstall SQL Server. The Windows Installer Cache...
Microsoft SQL Server Tips & Tricks
Troubleshooting specific Login Failed error messages
Posted
over 4 years ago
by
AmruthaVarshiniJ
7
Comments
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>...
Microsoft SQL Server Tips & Tricks
Unable to create a login in SQL Server 2005 and we get the following error The server principal '[<Domain>\<Machine account>$]' already exists.
Posted
over 4 years ago
by
AmruthaVarshiniJ
1
Comments
SYMPTOM ======= · When you try to create a login using the command "Create login [<Domain>\<Machine account>$] from windows" we might get the following error o Msg 15025, Level 16, State 2, Line 1 o The server principal '<DOMAIN...
Microsoft SQL Server Tips & Tricks
Upgrade from SQL 2005 to SQL 2008 might fail with MsiGetProductInfo error
Posted
over 5 years ago
by
sequelguy
30
Comments
Consider a scenario where an upgrade from SQL 2005 to SQL 2008 fails with the following messages while installing Setup Support Files. ******************************************************** TITLE: SQL Server Setup failure. -------------...
Microsoft SQL Server Tips & Tricks
SQL Server 2008 R2 setup fails on Windows 7 with the error: Version's parameters must be greater than or equal to zero
Posted
over 4 years ago
by
AmruthaVarshiniJ
12
Comments
Symptom: While installing SQL Server 2008 R2 RTM in a Windows 7 box, noticed an error message: SQL Server Setup has encountered the following error: Version's parameters must be greater than or equal to zero. This error occurs after...
Microsoft SQL Server Tips & Tricks
TRANSACTION LOG BACKUP and RESTORE SEQUENCE: Myths & Truths
Posted
over 4 years ago
by
AmruthaVarshiniJ
11
Comments
In a recent issue with a customer, I came across a strange SQL belief (or say a DBA Myth) regarding SQL Server Transaction Logs Backup/Restore. Let me explain you what was the scenario and then let’s try attempting to break the myth with quick testing...
Microsoft SQL Server Tips & Tricks
SQL Server Denali - AlwaysON (HADR): Step-by-Setup setup guide
Posted
over 4 years ago
by
Balmukund
16
Comments
As you might be aware that SQL Server Code-Named “Denali” has introduced a new feature called Always ON for enhancing the availability of user database in a enterprise environment. In simple terms, AlwaysON is a high-availability and disaster recovery...
Microsoft SQL Server Tips & Tricks
How to monitor deadlock using extended events in SQL Server 2008 and later
Posted
11 months ago
by
HarshDeep_Singh
5
Comments
Before I talk about how to monitor the deadlocks let us have a small brief what is deadlock and how we were handling them in the previous versions of SQL Server. Deadlock : A deadlock occurs when there is a cyclic dependency between two or more...
Microsoft SQL Server Tips & Tricks
GUID vs INT Debate
Posted
over 4 years ago
by
AmruthaVarshiniJ
5
Comments
I recently read a blog post on what was better using GUIDs or Integer values. This is been an age long debate and there are advocates in both camps stressing on the disadvantages of the other. Well both implementations have their advantages and disadvantages...
Microsoft SQL Server Tips & Tricks
How to Change the Dynamic Port of the SQL Server Named Instance to an Static Port in a SQL Server 2005 Cluster
Posted
over 6 years ago
by
sequelguy
7
Comments
In SQL server the default instance has a listener which listens on the fixed port which is TCP port 1433. This is the default behavior. However for the named instance the port on which the SQL server listens is random and is dynamically selected when...
Microsoft SQL Server Tips & Tricks
HOW TO DETECT SQL SERVER INSTANCES / FEATURES INSTALLED ON A MACHINE
Posted
over 5 years ago
by
Parikshit Savjani
7
Comments
Have you ever wondered if there is a programmatic way to detect all the SQL server instances and services installed on a machine. Well, worry no more as the code below will do exactly that. There are 2 ways to go about this : Method 1 – For the Programmer...
Microsoft SQL Server Tips & Tricks
Is SQLVDI.DLL functioning properly?
Posted
over 5 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
Log Reader Agent Fails with the Error “The Log Reader Agent failed to construct a replicated command from log sequence number (LSN)”
Posted
over 6 years ago
by
sequelguy
5
Comments
Recently we encountered a case where in the Log Reader Agent fails to run and the following error is reported in the Replication Monitor Error messages: The process could not execute 'sp_replcmds' on 'TXDAL01410'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20011...
Microsoft SQL Server Tips & Tricks
SQL SERVER 2005 SP3 Install Fails with Error 1612: Unable to install Windows Installer MSP file
Posted
over 5 years ago
by
Parikshit Savjani
3
Comments
I've seen a couple issues where SQL 2005 SP3 setup failed with below error for database engine and tools. Customer had installed SQL 2005 and SP2 from network location (using mapped drive) and is concerned that problem is due to install being a network...
Microsoft SQL Server Tips & Tricks
Reporting Services 2005 installation option is grayed out
Posted
over 5 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
SQL browser service is not running on server.
Posted
over 5 years ago
by
AmruthaVarshiniJ
8
Comments
We ran into a situation when SQL browser service was not running on the server, we followed the following steps to reach a state of getting browser service to run. Environment Windows Server 2003 SQL Express 2005 Service Pack: SP2 · We followed...
Microsoft SQL Server Tips & Tricks
SQL Server 2008 service fails to start, after applying Service Pack 1
Posted
over 4 years ago
by
AmruthaVarshiniJ
12
Comments
Recently, I worked on an interesting case where customer after upgrading an instance of SQL Server 2008 with SP1, the SQL server 2008 services and resources went into a stopped and failed state respectively. The services might appear to come online briefly...
Page 1 of 13 (319 items)
1
2
3
4
5
»