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
Merge Replication
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
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)
March, 2010
MSDN Blogs
>
Microsoft SQL Server Tips & Tricks
>
March, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
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
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
SSAS Profiler Scheduler
Posted
over 3 years ago
by
AmruthaVarshiniJ
2
Comments
I have been asked by many customers and seen in many social sites, people were asking about the procedure of scheduling SSAS profiler traces so one fine day thought of writing a utility. I have developed a small application which will help in scheduling...
Microsoft SQL Server Tips & Tricks
SQL Server 2008 Setup fails to Install with Error 1402
Posted
over 3 years ago
by
AmruthaVarshiniJ
3
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
How to install Clustered SQL Server 2008 on Windows 2008 Cluster using Hyper-V (Guest Clustering) Part – 1
Posted
over 3 years ago
by
AmruthaVarshiniJ
11
Comments
We are starting a series for DBAs and others who want to create a SQL Cluster on Hyper-V. This series would help you to create a play ground using Hyper-V and creating Windows 2008 Cluster and installing SQL Server 2008 on top of it. To get started, we...
Microsoft SQL Server Tips & Tricks
Unable to connect to Enterprise Manager in SQL Server 2000
Posted
over 3 years ago
by
AmruthaVarshiniJ
0
Comments
Problem Description =============== Encountered the following error message when tried to connect to Enterprise manager in SQL Server 2000 A connection could not be established to (LOCAL). Reason: Client unable to establish connection Unable...
Microsoft SQL Server Tips & Tricks
Unable to connect to SQL Server 2005 from Backupexec application
Posted
over 3 years ago
by
AmruthaVarshiniJ
0
Comments
Problem Description: =============== While connecting to SQL Server 2005 Express instance through BackupExec application , we might encounter a connection failure. And the following error message would be logged in the Application event viewer logs...
Microsoft SQL Server Tips & Tricks
SQL Server encounters memory pressure and generate 701 Error due to incorrect configuration of Service Broker
Posted
over 3 years ago
by
Nikesh Mhatre
1
Comments
Here is one of the rare scenario on SQL Server memory issue (701 error) caused due service broker misconfiguration or incorrectly used, causing memory object OBJECTSTORE_SERVICE_BROKER to grow and not releasing memory back. Below is the memory error,...
Microsoft SQL Server Tips & Tricks
Installation for SQL Server 2008 Management studio fails with the MSI error code: 0x5EBE5729
Posted
over 3 years ago
by
AmruthaVarshiniJ
0
Comments
SYMPTOMS: ========== Installation for SQL Server 2008 Management studio fails with the MSI error code: 0x5EBE5729 //////////////From Summary.txt//////////////////// Feature: Management Tools - Complete Status: Failed: see logs for details...
Microsoft SQL Server Tips & Tricks
Installation of SQL Server 2000 Service Pack 4 on cluster environment may appear hung while installing MDAC Component on the remote machine
Posted
over 3 years ago
by
AmruthaVarshiniJ
1
Comments
Installation of SQL Server 2000 Service Pack 4 on cluster environment may appear hung while installing MDAC Component on the remote machine Consider a scenario wherein the Service Pack 4 on SQL Server 2000 Enterprise Edition is failing or get hung...
Microsoft SQL Server Tips & Tricks
SQL Server 2008 Slipstream Setup on Windows Cluster May Fail With “The system cannot find the path specified”
Posted
over 3 years ago
by
AmruthaVarshiniJ
1
Comments
Recently I encountered an issue where the in-place upgrade of the SQL Server 2005 to SQL Server 2008 on the Windows Server 2003 cluster failed with following error: TITLE: Microsoft SQL Server 2008 Setup ------------------------------ The...
Microsoft SQL Server Tips & Tricks
Configuring Database Mail failing with error - @no_credential_change is not a parameter for procedure sysmail_update_account_sp. (Microsoft SQL Server, Error: 8145)
Posted
over 3 years ago
by
AmruthaVarshiniJ
1
Comments
Recently we have encountered the following error message while configuring Database Mail in SQL server 2005. Create new account 'XXXX' for SMTP server 'XXXX' (Error) Messages Unable to update account XXXX for SMTP server Microsoft.SqlServer...
Microsoft SQL Server Tips & Tricks
Slipstreaming SP1 with SQL Server 2008 Express edition advanced services is not possible
Posted
over 3 years ago
by
AmruthaVarshiniJ
0
Comments
I had a situation where I needed to install SQL Server 2008 Express edition with management studio and also upgrade it to SP1 using just one installer. It does not sound impossible as we already have a similar installer that can install SQL Server 2005...
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
INF: A missing exception handle can cause blocking and eventual application hang.
Posted
over 3 years ago
by
AmruthaVarshiniJ
0
Comments
BEHAVIOR/SYMPTOMS: We recently had a customer come to us seeking help on a performance issue that he was experiencing. Understood, that there’s a web-application written in ASP.Net and was using SQL Server at the backend. During the peak usage hours...
Microsoft SQL Server Tips & Tricks
SQL Server 2008 Configuration Manager on a 64 bit machine does not display Network configuration & Native Client configuration options
Posted
over 3 years ago
by
AmruthaVarshiniJ
4
Comments
PROBLEM: When you open SQL Server 2008 configuration manager you do not see the following options : Scenario 1 (64 bit options): 1) SQL Native Client 10.0 configuration 2) SQL Server Network configuration Scenario 2 (32 bit...
Microsoft SQL Server Tips & Tricks
How to use -UseInProcLoader in Distribution agent and get it working
Posted
over 3 years ago
by
AmruthaVarshiniJ
0
Comments
When we use the option of -UseInProcLoader in Distribution agent profile, the distribution agent might fail with the following messages Cannot bulk load because the file %s could not be opened. Operating system error code 3(The system cannot find the...
Microsoft SQL Server Tips & Tricks
BCP in SQL server 2005 does not truncate a column
Posted
over 3 years ago
by
AmruthaVarshiniJ
0
Comments
BEHAVIOR/SYMPTOMS: During a BCP operation in SQL 2005, a column with less precision gets truncation errors.BCP in SQL Server 2000 didn’t report truncation errors which could affect business logic in applications where precision data up to a certain decimal...
Page 1 of 1 (18 items)