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
(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
SQL SERVER 2005 SP3 Install Fails with Error 1612: Unable to install Windows Installer MSP file
Posted
over 4 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
Issue with constraints on the subscriber in Merge Replication
Posted
over 4 years ago
by
sequelguy
1
Comments
We have configured Merge replication in SQL Server and we have the replicated constraint's name on the subscriber is different from the constraints on the publisher. It is possible that we will have the constraints on the subscriber even after they have...
Microsoft SQL Server Tips & Tricks
Why Do I see more threads per SPID in sysprocesses than MAXDOP?
Posted
over 4 years ago
by
sequelguy
5
Comments
Most of the Customers using sql server 2000,2005 and 2008 have this doubt in their mind when using parallelism in sql server. Why Do I see more threads per SPID in sysprocesses than MAXDOP? The above question is being addressed in the following...
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 5 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
Did you know... Merge Replication Fails with Error 'Unable to synchronize the row because the row because the row was updated by a different process outside of replication.'
Posted
over 5 years ago
by
sequelguy
1
Comments
Recently we have encountered a case where Merge Agent was failing to apply a transaction at the subscriber with the following error Error Message ============== The change for the row with article nickname 2336003 (test), rowguidcol {D46DF7AF...
Microsoft SQL Server Tips & Tricks
SQL Server 2005 Setup Failing to Install on Cluster with Unexpected Failure while Performing the SCC checks
Posted
over 5 years ago
by
sequelguy
1
Comments
We have observed a number of cases where the installation of the SQL server 2005 instance on the cluster fails with the following unexpected Failure Error Message while performing SCC checks. ERROR MESSAGE: ==================== There is unexpected...
Microsoft SQL Server Tips & Tricks
Did you know... Auditing using DDL Trigger in SQL Server 2005
Posted
over 5 years ago
by
sequelguy
1
Comments
In the daily life of an SQL server DBA, we get numerous questions regarding the auditing possibilities for the different actions being performed on the database by different users. So it always comes handy if we have some kind of code ready to start the...
Microsoft SQL Server Tips & Tricks
DID YOU KNOW…. When we create a database using “Create Database <database-name>” Database properties are not inherited from Model Database.
Posted
over 5 years ago
by
sequelguy
1
Comments
When we create the database using the Management Studio GUI, the size of the new database is the same as the Model Database and also the properties of the new database such as MAXFILESIZE, FILEGROWTH is inherited from the model database. However...
Microsoft SQL Server Tips & Tricks
Did you know... Error: 29565 SQL Server Setup cannot upgrade the specified instance because the previous upgrade did not complete
Posted
over 5 years ago
by
sequelguy
1
Comments
We have observed a number of cases where the installation of SP2 succeeds on Active Node while it may fail on the passive node while installing SP2 on the clustered instance of SQL server 2005. In order to find the cause of the failure on passive node...
Microsoft SQL Server Tips & Tricks
Log Reader Agent Fails when the Sql server instance is failed over to Node 2
Posted
over 5 years ago
by
sequelguy
2
Comments
We have observed a number of case where we use sql server replication on a clustered instance of sql server and when we try to failover from Node 1 to Node 2 the Log Reader agent may fail to start with the following error Error messages: The...
Microsoft SQL Server Tips & Tricks
Did you know… You will receive “Cannot open the PST because it is in use.” error when you configure SQLMail to use an internet mail server by using Outlook 2003
Posted
over 5 years ago
by
sequelguy
0
Comments
It is not recommended that you use Outlook 2002 or Outlook 2003 together with SQL Mail and with Internet mail servers that use SMTP or POP3. More info on this is available at http://support.microsoft.com/?id=897349 . Below is a practical workaround if...
Microsoft SQL Server Tips & Tricks
How to setup a SQL Server Replication between three servers in a typical scenario..
Posted
over 5 years ago
by
sequelguy
1
Comments
Three Servers (Top, middle and Bottom) Data will flow from Top to the Bottom Server. Top to Middle Server (one way Replication) and Middle to Last Server (two ways Replication). ================================================= ----> Top Server...
Microsoft SQL Server Tips & Tricks
Did you know... Because of Collation settings for the database in SQL Server, you may not be able to navigate through the Database objects in Enterprise Manager
Posted
over 5 years ago
by
sequelguy
1
Comments
At times, when you try to open the tables within a Database in SQL Server 2000 Enterprise Manager, you may see below error(s): 1. Error while trying to explore table from Enterprise Manager: --------------------------------------------------...
Microsoft SQL Server Tips & Tricks
Did you know... The stats can degrade the performance if outdated but how to check when stats gets updated
Posted
over 5 years ago
by
sequelguy
0
Comments
Sometimes the query performance degrades due to the out of sync stats on the tables in the database. But how do we know it and how we do reach at the conclusion that the stats are the cause of the performance degradation. This is pretty well known but...
Microsoft SQL Server Tips & Tricks
Did you know… When we rename a domain group in Active Directory, we can have some issues related to the login in SQL Server
Posted
over 5 years ago
by
sequelguy
1
Comments
Sometime back I got to work on an interesting issue related to the login on the SQL Server replication. The Active Directory group we used to grant access to a snapshot publication does not show up in the Publication access list anymore when viewing...
Microsoft SQL Server Tips & Tricks
Did you know... SQL Server 2000 cluster Resource Fails to come online with error SuperSocket Info: Bind failed on TCP port 5184 reported in errorlog!
Posted
over 5 years ago
by
sequelguy
0
Comments
In order to change the Virtual IP of the sql server 2000 clustered instance we need to follow the following KB article http://support.microsoft.com/kb/244980 However If we try to change the Virtual IP by mapping the Virtual Server Name of the sql...
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
SQL Server can perform slow after changing the Cost Threshold for Parallelism
Posted
over 5 years ago
by
sequelguy
1
Comments
We have observed a few cases now where sql server has started performing slow after changing the Cost Threshold Of Parallelism server option of the sql server. Ironically in such cases we observe that sql server is performing slow even when there...
Microsoft SQL Server Tips & Tricks
Did you know… The applications like Infopath may fail to submit data into table in SQL Server if the table is included in Merge replication
Posted
over 5 years ago
by
sequelguy
1
Comments
You are able to submit the data in the table using the application like InfoPath 2007 but when you go ahead and add the table in the Merge Replication Publication, the insert into the table using the InfoPath form starts to fail. This issue occurs when...
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. ...
Microsoft SQL Server Tips & Tricks
Did you know... Accessing Linked server using Synonym can fail with an error 7359
Posted
over 5 years ago
by
sequelguy
1
Comments
Accessing Linked server using Synonym results in an error after we rebuild Indexes on the target server in SQL Server 2005. The Error Message is like below, Msg 7359, Level 16, State 1, Line 1 The OLE DB provider "SQLNCLI" for linked server "Domain...
Microsoft SQL Server Tips & Tricks
Facts about How SQL Server 2008 setup works... #3
Posted
over 5 years ago
by
sequelguy
2
Comments
Setup.exe can be patched dynamically on the fly One of the drawbacks of the sql server 2005 setup was that if there was any bug detected in the code of the setup.exe , the patching of the setup.exe was difficult and at times next to impossible. ...
Microsoft SQL Server Tips & Tricks
Some useful tips when working with the Service Broker in SQL Server 2005
Posted
over 5 years ago
by
sequelguy
1
Comments
With Service Broker, internal or external processes can send and receive guaranteed, asynchronous messages by using extensions to Transact-SQL Data Manipulation Language (DML). Messages can be sent to a queue in the same database as the sender, to another...
Microsoft SQL Server Tips & Tricks
Facts about How SQL Server 2008 setup works... #2
Posted
over 5 years ago
by
sequelguy
1
Comments
Salient Features of Sql Server 2008 (Katmai) Setup Minimize the MSI code for setup and use MSI code for what it does the best. In Sql 2005 entire setup process was coded using MSI code which uses the Windows Installer code and was found to be root cause...
Microsoft SQL Server Tips & Tricks
Facts about how SQL Server 2008 setup works...
Posted
over 5 years ago
by
sequelguy
3
Comments
In order to install, upgrade, uninstall, and patch the sql server 2008 instance on the system we need to call the setup.exe from the installation media. The setup.exe is an unmanaged code which checks the basic pre-requisites to launch the actual Setup...
Page 12 of 13 (315 items)
«
9
10
11
12
13