Tag Archives: Troubleshooting

Worked fine in development…

How many times have you heard or uttered those words? You work hard and understand the business requirements, you try and get the logic to work to make the procedure return what was expected or update the data as expected. You do some unit tests in your environment, it may not scream but it comes [...]

  • Share/Bookmark
Read full storyComments { 3 }

Analysis Services Command Job Step Failure

Just uncovered an already reported and fixed (in SQL Server 2008) bug with Analysis Services job steps reporting success even if your MDX or XMLA in the step failed.
The troubleshooting that worked up to the issue also reiterates points I made when discussing troubleshooting methodologies and empirical evidence.
The Problem
Some changes were made by developers to [...]

  • Share/Bookmark
Read full storyComments { 2 }

Just add a join hint!

When I posted about Empirical Evidence and finding a Troubleshooting Methodology, I talked about implementing a solution just because it seemed to work. This can manifest itself in different ways. Some are alright and harmless (what your shotgun hit happened to be the right fix) and some can be dangerous and hide the real problem.
One [...]

  • Share/Bookmark
Read full storyComments { 0 }

Empirical Evidence

Or how I learned to stop asking so much and start trying…
Empirical, as defined by Webster: 1.) originating in or based on observation or experience 2.) relying on experience or observation alone often without due regard for system and theory 3.)capable of being verified or disproved by observation or experiment.
I think empirical thought and evidence [...]

  • Share/Bookmark
Read full storyComments { 7 }