Sign in
SQL Journey
A blog about real-life SQL Server Troubleshooting, providing solutions that actually work. By a SQL Server Enthusiast.
Like this Blog? Share it...!!!
Options
Subscribe via RSS
Email Blog Author
OK
RSS for posts
Atom
RSS for comments
Search
Tag Cloud
Backup
cache
Cachestores
Caching in SQL
Case sensitive collation
Cluster
Failover Cluster
how it works
In depth
Level 16
Memory
Memory architecture
memory management
Patch
script upgrade
Setup
Severity: 16
SQL
SQL Server 2008 R2
SQL 2005
SQL 2008
SQL 2008 R2
SQL Server
SQL Server 2005
SQL Server 2008
SQL Server 2008 R2
SQL Server 2012
SQL server memory management
State: 1
Windows Internal Database
Archive
Archives
April 2013
(2)
March 2013
(1)
February 2013
(1)
December 2012
(1)
November 2012
(1)
October 2012
(2)
September 2012
(2)
August 2012
(2)
July 2012
(2)
June 2012
(2)
May 2012
(1)
April 2012
(5)
March 2012
(10)
March, 2012
.
MSDN Blogs
>
SQL Journey
>
March, 2012
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Journey
SQL 2005 Patch on cluster might fail with “No Passive nodes were successfully patched”
Posted
over 1 year ago
by
HarshDeep_Singh
2
Comments
This is one of those “rare” setup issues you might run into, on a “Bad luck” day. The patch fails, and in the summary.txt, you see this at the bottom:- Summary No passive nodes were successfully patched Exit Code Returned: 11009...
SQL Journey
Access Violation dumps and metadata corruption
Posted
over 1 year ago
by
HarshDeep_Singh
4
Comments
This is an issue that I had been busy working on these past few days. We were getting AV dumps on the DB, and when I looked at the stack, I found that SQL was calling a function to get the name of a column(given a table name), an index id and key id....
SQL Journey
VSS backups might cause SQL to generate Non-Yielding Scheduler dumps if Backup verification is turned on
Posted
over 1 year ago
by
HarshDeep_Singh
2
Comments
Found an interesting Non-Yielding scheduler recently. Opened the dump, and found function calls related to backup verification (such as validating the file name, verifying that the drive is part of the cluster group, etc.) at the top of the stack: ...
SQL Journey
An interesting “Issue” with adding Windows Logins in SQL Server
Posted
over 1 year ago
by
HarshDeep_Singh
7
Comments
Now here’s one that had me stumped for quite some time. A brief description of the issue:- 1. I have 2 instances of SQL Server set up on different servers, both with a Case sensitive collation 2. At least one of the instances is installed...
SQL Journey
Windows Server 2003 - KB 2463332 for Windows Internal Database fails to install
Posted
over 1 year ago
by
HarshDeep_Singh
0
Comments
This is an interesting issue that I ran into, and took some time to find out the steps for resolution. What was happening was the customer was receiving repeated prompts for installing KB 2463332 for Windows Internal Database. It could, of course, have...
SQL Journey
SQL Server Patch installation fails with error 1603
Posted
over 1 year ago
by
HarshDeep_Singh
1
Comments
Ran into this interesting issue recently. I was trying to install a patch on SQL, and it failed. I searched in the hotfix.log (since this was a SQL 2005 instance), and found these messages:- 02/03/2012 03:01:03.649 Installing file: sqlrun_sql.msp 02...
SQL Journey
SQL 2008/R2 setup fails with "Wait on the database engine recovery handle failed"
Posted
over 1 year ago
by
HarshDeep_Singh
16
Comments
When installing SQL Server 2008/2008 R2, you might come across a situation where the setup fails towards the end, when trying to start the SQL Server services. You find this message in the summary.txt:- Configuration error code: 0x4BDAF9BA@1306...
SQL Journey
An interesting find about Temp tables in SQL Server
Posted
over 1 year ago
by
HarshDeep_Singh
4
Comments
I ran into a very interesting issue with temp tables recently. The issue description goes something like this. We have an application preparing some SQL statements, and sending them to the SQL Database engine for execution. However, the “issue”...
SQL Journey
Implementing SSL encryption for SQL Server in a DNS forwarding environment
Posted
over 1 year ago
by
HarshDeep_Singh
1
Comments
Let’s say you have an environment which implements DNS forwarding. In such a setup, the client uses a different name (or FQDN) while connecting to SQL Server than the actual SQL Server name (or FQDN). The connection request is forwarded to actual...
SQL Journey
SQL Server Service Pack installation may fail if your instance name is a Windows reserved word
Posted
over 1 year ago
by
HarshDeep_Singh
2
Comments
Okay, so I woke up one morning and decided that this was a good day to patch my SQL Server 2008 R2 instance (named LPT2) to Service Pack 1. So I just downloaded the Service Pack from the Microsoft website, ran it, and was going through the screens, whistling...
Page 1 of 1 (10 items)