Viewing 12 posts - 16 through 27 (of 27 total)
crashdan (12/1/2010)
please also consider 0E0 and numbers like them.
Wasn't that covered in the Old_MacDonald() Function? Or was that the Flying_Monkeys() I'm thinking of?
Sorry...couldn't help it. 🙂
December 2, 2010 at 1:03 pm
Has anyone come up with something that can 'really' tell if a field value is numeric for all of the current sql-server data types?
My original beef with isNumeric() was the...
December 1, 2010 at 10:23 am
Jeff,
Thanks for illuminating this. I had posted a question/beef about this in Tek-Tips a few months ago and judging from from the replies, I got the impression that it...
December 1, 2010 at 7:13 am
This is good information to know. I hate to get negative on MS but I have to:
Why should a professional server administrator need to resort to "tricks"...
August 18, 2010 at 10:46 am
While I agree that in general cursors can adversely affect performance, I disagree with the conclusion that there is "always" a way to use a set operation rather than a...
June 18, 2010 at 10:19 am
We use a de-normalized data-mart--I may be using the term loosely but it's esssentially "a separate place for up-to-yesterday production data" where semi-trained users can put together queries on our...
March 15, 2010 at 8:00 am
I have been bitten by the IN/NOT IN null before...it's a tough one that had me scratching my head for an hour or so. That would make a good...
January 27, 2010 at 11:37 am
I'm not sure if this requires its own thread but--the only improvement I wanted to see is a simpler, more efficient Management Console which was foisted upon us in sql...
December 20, 2009 at 12:12 pm
As a developer, the best practice here in my opinion, is to wrap all data update/inserts/deletes for those table into a stored procedure with the validation logic. All apps...
October 1, 2009 at 2:59 pm
Yes...I'm glad I'm not the only one who thought this was a "How to pick-up chicks" article!
October 1, 2009 at 10:39 am
I use Ceridian HR/Payroll which uses this scheme. While I agree fully with the concept, there is a huge performance hit.
Have you ever seen the Execution plan when you...
October 1, 2009 at 10:14 am
Steve,
Thanks, that does make more sense. I'm thinking I'll just have a script to temporarily add the user to the dbDataWriter role, then remove it when my changes are...
October 2, 2008 at 2:45 pm
Viewing 12 posts - 16 through 27 (of 27 total)