Viewing 15 posts - 1 through 15 (of 161 total)
February 14, 2018 at 10:06 am
Stolen -- err, 'borrowed'.
Actually, this came at a very appropriate time. We're just getting ready to talk to a vendor about their vastly over-spec'ed database server. This query helps...
May 10, 2016 at 11:03 am
Snark of the day:
Microsoft Licensing - promoting Open Source for twenty years.
September 3, 2015 at 12:19 pm
You could do something like:
Where left(Diag1,3) > 'C00' and left(Diag1,3) < 'C97' ...
or you could create a CTE that extracts the left 3 characters of your diagnosis code (please forgive...
June 1, 2012 at 10:00 am
Allow me to make an overly obvious suggestion: Instead of just catching the error, add a logging step in the error handler so you can see which values are failing.
March 16, 2012 at 5:54 pm
Evil Kraig F (10/27/2011)
October 28, 2011 at 1:52 pm
In my third party app, I typically see the "Set Textsize XXXXXX" as simply the first statement in a batch. It's the second or third statement in the batch that's...
September 8, 2011 at 11:50 am
This is a "good programmer" / "bad programmer" problem rather than a generalist / specialist issue.
Companies need both specialists and generalists, with the balance depending on what they do.
August 29, 2011 at 4:50 pm
Viewing 15 posts - 1 through 15 (of 161 total)