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)
.
MSDN Blogs
>
SQL Journey
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Journey
SQL 2008/2008 R2/2012 setup disappears/fails when installing Setup Support files
Posted
over 1 year ago
by
HarshDeep_Singh
35
Comments
I’m sure many of you would have seen this issue when running SQL 2008/2008 R2/2012 setup on a new server. The setup will proceed to install Setup support files, the window will disappear but, strangely enough, the next window never shows up. ...
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
Why the registry size can cause problems with your SQL 2012 AlwaysOn/Failover Cluster setup
Posted
6 months ago
by
HarshDeep_Singh
8
Comments
I recently worked on a very interesting issue, where one of the cluster nodes in an AlwaysOn environment became unstable, and the administrators ended up evicting the node from the Windows cluster as an emergency measure. Ideally, since the primary node...
SQL Journey
How To : SQL 2012 Filetable Setup and Usage
Posted
6 months ago
by
HarshDeep_Singh
7
Comments
One of the cool things about my job is that I get to work on the latest technologies earlier than most people. I recently stumbled upon an issue related to Filetables, a new feature in SQL Server 2012. To start with, a Filetable brings you the ability...
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
The most interesting issue in DB Mirroring you will ever see
Posted
10 months ago
by
HarshDeep_Singh
6
Comments
I recently worked on a very interesting “issue” in DB mirroring, relevant to a very specific scenario. Read on to find out more. Basically, we have a setup which looks something like this: Initial setup with machines A, B and C A principal...
SQL Journey
An in-depth look at SQL Server Memory–Part 1
Posted
5 months ago
by
HarshDeep_Singh
5
Comments
I know that memory management in SQL Server is one area that’s a bit of an enigma for a lot of people, and most of us only tend to know as much about memory as is related to our day-to-day activities. In this post(and others in this series), I shall...
SQL Journey
SQL 2008–Service fails to come online with “a valid certificate could not be found, and it is not possible to create a self-signed certificate”
Posted
7 months ago
by
HarshDeep_Singh
5
Comments
You might run into this situation where SQL Server fails to come online (either with a new install or an existing one). Looking at the application event logs, you see these messages: Event Type: Error Event Source: MSSQLSERVER Event Category...
SQL Journey
An in-depth look at Ghost Records in SQL Server
Posted
9 months ago
by
HarshDeep_Singh
4
Comments
Ghost records are something that are a bit of an enigma for most folks working with SQL Server, and not just because of the name. Today, I’ll seek to explain the concept, as well as identify some troubleshooting techniques. The main reason behind...
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
SQL, Sharepoint and the Windows Internal Database – an interesting saga
Posted
over 1 year ago
by
HarshDeep_Singh
4
Comments
This one is for all my friends out there who use Sharepoint. A default Sharepoint installation enables/installs the Windows Internal database, and creates its databases on it. The Windows Internal Database is, in a way, a special edition of SQL Server...
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
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
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
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...
SQL Journey
SQL Server Resource database corruption–yes, it’s possible
Posted
over 1 year ago
by
HarshDeep_Singh
2
Comments
It’s very rare that I run into an issue with the Resource database, and the one I ran into recently was rarer still. But before I get into the nitty-gritty of the issue, let us begin by outlining a few details about the resource database: The...
SQL Journey
The ‘NULL’ Debate, and a few other interesting facts
Posted
over 1 year ago
by
HarshDeep_Singh
2
Comments
This is for all my developer friends out there. I recently had a very interesting discussion with a friend of mine on the enigma called NULL and how it’s different from, say, an empty string. This is something that’s been under debate for...
SQL Journey
How to replace/restore start menu shortcuts for any program
Posted
over 1 year ago
by
HarshDeep_Singh
2
Comments
Okay, let me admit first up that this is not an out and out SQL Server issue, but one of those interesting ones, that required me to provide an easy workaround. What happened was, someone (or some program) deleted the entire SQL Server folder from the...
SQL Journey
Backup database results in error “Could not clear 'DIFFERENTIAL' bitmap in database”
Posted
10 months ago
by
HarshDeep_Singh
2
Comments
I recently ran into yet another issue, where the error message had absolutely no relation to the final solution. When trying to back up a database, we were getting the following error: Msg 18273, Level 16, State 1, Line 1 Could not clear 'DIFFERENTIAL...
SQL Journey
An in-depth look at SQL Server Memory–Part 2
Posted
3 months ago
by
HarshDeep_Singh
2
Comments
Before you read this, I would strongly recommend reading Part 1 first. The memory architecture evolved in a big way from SQL 2000 to 2005. Basically, in 2000, all we had was the procedure cache (used to cache compiled plans and execution plans, execution...
SQL Journey
An in-depth look at SQL Server Memory–Part 3
Posted
2 months ago
by
HarshDeep_Singh
2
Comments
In part 1 and part 2 of the series, we talked about the memory architecture and the Procedure Cache respectively. In this third and final instalment of the SQL Server Memory series, I will look to focus on troubleshooting SQL Server Memory pressure issues...
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 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 2005 patch fails with 1642 “Unable to install Windows Installer MSP file”
Posted
over 1 year ago
by
HarshDeep_Singh
1
Comments
This one is for all my DBA friends out there. I recently ran into this issue when running a security patch installation for a SQL 2005 instance on SP4. The setup failed, and when I looked into the “C:\Program Files\Microsoft SQL Server\90\Setup...
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...
Page 1 of 2 (32 items)
1
2