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
Cachestores
Caching in SQL
Cluster
Failover Cluster
Hotfix
how it works
In depth
Level 16
Memory
Memory architecture
memory management
Patch
script upgrade
Service pack
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
June 2013
(2)
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 Server patch fails with "Could not find any resources appropriate for the specified culture or the neutral culture"
Posted
6 days ago
by
HarshDeep_Singh
0
Comments
I recently worked on a number of issues where SQL Server Service Pack/patch installation would fail, and we would see this error in the relevant Detail.txt (located in C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\<Date time of the...
SQL Journey
How To: Troubleshooting SQL Server I/O bottlenecks
Posted
15 days ago
by
HarshDeep_Singh
4
Comments
One of the most common reason for server performance issues with respect to SQL Server is the presence of an I/O bottleneck on the system. When I say I/O bottleneck, it can mean issues like slow disks, other processes hogging I/O, out-dated drivers, etc...
SQL Journey
An interesting issue with SQL Server Script upgrade mode
Posted
2 months ago
by
HarshDeep_Singh
0
Comments
Here's another common issue that I've seen quite a few people run into of late. When you run a patch against SQL Server, the patch installs successfully, but on restart, SQL goes into "script upgrade mode" and you're unable to connect to it...
SQL Journey
Why the service account format matters for upgrades
Posted
2 months ago
by
HarshDeep_Singh
0
Comments
I've seen this issue a few times in the past few months, so decided to blog about this. When upgrading from SQL 2005 to SQL 2008/SQL 2008 R2 (or even from SQL 2008 to SQL 2008 R2), you might face an error with the in-place upgrade. Open the setup...
SQL Journey
An in-depth look at SQL Server Memory–Part 3
Posted
3 months ago
by
HarshDeep_Singh
6
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
An in-depth look at SQL Server Memory–Part 2
Posted
4 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 1
Posted
6 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
How To : SQL 2012 Filetable Setup and Usage
Posted
7 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
Why the registry size can cause problems with your SQL 2012 AlwaysOn/Failover Cluster setup
Posted
7 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
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
8 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
SQL Server Cluster Failover Root Cause Analysis–the what, where and how
Posted
9 months ago
by
HarshDeep_Singh
0
Comments
I know many of you get into situations where SQL Server fails over from one node of a cluster to the other, and you’re hard-pressed to find out why. In this post, I shall seek to answer quite a few questions about how to about conducting a post-mortem...
SQL Journey
Migrating TFS from SQL Server Enterprise to Standard can cause problems due to compression
Posted
9 months ago
by
HarshDeep_Singh
0
Comments
When migrating a Team Foundation Server from SQL Server Enterprise to Standard , you might run into this error: Restore Failed For Server ‘< Servername >’, (Microsoít.SqlServer.SmoExtended) Additional information: An exception occurred while executing...
SQL Journey
When DBMail started complaining about the servername being NULL
Posted
9 months ago
by
HarshDeep_Singh
0
Comments
I recently came across an issue, where, for some reason, DBMail was not working. To be more specific, we were unable to create a profile for DBMail, let alone send emails. When trying to add the profile to the account, we were getting this error: TITLE...
SQL Journey
An interesting issue with SQL Replication and a rogue system spid
Posted
10 months ago
by
HarshDeep_Singh
0
Comments
I recently came across this interesting issue with SQL Replication. We were trying to create a new publication, and the new publication wizard would just hang. Upon doing some investigation, we found that we were hitting the connect article mentioned...
SQL Journey
An in-depth look at Ghost Records in SQL Server
Posted
10 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
The most interesting issue in DB Mirroring you will ever see
Posted
11 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
Backup database results in error “Could not clear 'DIFFERENTIAL' bitmap in database”
Posted
11 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
How a tiny little whitespace can make life difficult for your SQL Cluster
Posted
over 1 year ago
by
HarshDeep_Singh
0
Comments
Remember that tiny little whitespace that we tend to ignore most of the time? Believe it or not, there are situations when you could pay heavily if you don’t pay attention to this itsy-bitsy little character. Let me explain how: If you have a SQL Server...
SQL Journey
SQL 2008/2008 R2/2012 setup disappears/fails when installing Setup Support files
Posted
over 1 year ago
by
HarshDeep_Singh
39
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
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
SQL Server Resource database corruption–yes, it’s possible
Posted
over 1 year ago
by
HarshDeep_Singh
4
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
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
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
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
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...
Page 1 of 2 (34 items)
1
2