Viewing 15 posts - 1 through 15 (of 181 total)
Scott, I like your solution. I have found that using row_number when you need the best of several potential result records works great as long as you can find...
May 15, 2009 at 6:01 am
Also think about the understandability and usability of the table. Theoretically, you could put all data in a single table, but it would be real difficult to understand and...
April 22, 2009 at 11:30 am
59% of people leaving steal data? I find that surprisingly high. How are they defining 'steal data'? On the other hand, what ever happened to ethics in...
March 16, 2009 at 6:09 am
Overtime pay or comp time. I think I should be compensated for giving up my personal time to do work that benefits the company.
March 6, 2009 at 5:59 am
Thanks, skjoldtc!
When you said that I checked my compatibility level on the database I ran the queries on and they were set to 80 which is why I got zeros...
February 27, 2009 at 6:57 am
Why would I get zero and zero when I run this set of queries on SQL 2005?
February 27, 2009 at 5:49 am
You can also create variables that are concatentations of other variables. I sometimes do this if I am going to reuse a certain combination of variables (such as path...
February 19, 2009 at 10:43 am
Check for nulls in the necessary variables before trying the insert. You did that previously in your stored procedure, but you don't have the necessary control code to prevent...
January 15, 2009 at 5:07 am
When I was in college so many years ago, when I would get stumped on a problem, I would go do something else such as go to the gym. ...
August 21, 2008 at 7:35 am
One other consideration regarding telecommuting, a company expands the potential talent pool from which it can draw. They are no longer limited to people who live within commuting distance...
August 18, 2008 at 8:57 am
If you are working with a company that is slow to adopt new technology, you will see new graduates coming out of school that have more up-to-date skills than you...
August 5, 2008 at 6:12 am
Grant Fritchey (8/1/2008)
August 1, 2008 at 8:16 am
I tend to use a pseudo-name whenever I post on the Internet because my real name is unique, and to my knowledge, I am the only one in the world....
August 1, 2008 at 7:39 am
I inherited several stored procedures that do step-wise processing using temp tables. In other words, there are multiple queries that insert/update/delete data in one or more temp tables within...
July 31, 2008 at 12:27 pm
Viewing 15 posts - 1 through 15 (of 181 total)