Viewing 15 posts - 9,001 through 9,015 (of 14,953 total)
I use source control for all DDL commands to be issued. Haven't found that it actually helps with anything, but it might some day. I think it makes...
July 15, 2009 at 10:10 am
With the clarification the you (Steve) meant functions, not errors, I agree.
But I think 80/20 isn't even applicable in many cases with in-house business software.
I have found great value to...
July 15, 2009 at 10:02 am
Gaby Abed (7/15/2009)
Kit G (7/15/2009)
I don't...
July 15, 2009 at 8:57 am
Kit G (7/15/2009)
I don't remember which...
July 15, 2009 at 8:54 am
What version of Access are they using? That may affect what you want to do.
I built and operated a complex application with SQL in back and Access on the...
July 15, 2009 at 7:45 am
Partitioning was pretty much invented to do exactly that!
Good job on getting it working.
July 15, 2009 at 7:09 am
I would separate the hierarchy query into a function, and then use Cross Apply to query it for each node. That's my first instinct anyway.
I can give a more...
July 14, 2009 at 2:43 pm
There's a way to select from the tabs collection of the Excel object. I don't remember what it is, but if you Google/Bing/Yahoo/whatever that concept, you should be able...
July 14, 2009 at 2:39 pm
shahm10 (7/14/2009)
Instead of writingSET ANSI_NULLS ON
write
SET ANSI_NULLS OFF
ANSI_NULLS OFF is being deprecated. Microsoft recommends against using it.
Use either IsNull or Coalesce to handle the nulls in your string-build.
Would...
July 14, 2009 at 2:34 pm
J.D. Gonzalez (7/14/2009)
GSquared (7/14/2009)
July 14, 2009 at 2:31 pm
Tropical beach for me, I think
Niiiiiiice!
July 14, 2009 at 2:12 pm
Have you considered doing the date math in a statement before the query? That usually helps that kind of thing tremendously. (Assign the value to a variable and...
July 14, 2009 at 2:11 pm
Jan Van der Eecken (7/14/2009)
July 14, 2009 at 1:29 pm
RBarryYoung (7/14/2009)
GSquared (7/14/2009)
Gaby Abed (7/14/2009)
GSquared (7/14/2009)
I must be missing something. You have my screen name on the part that I wrote. Or are you asking if I'm The...
July 14, 2009 at 1:04 pm
Gaby Abed (7/14/2009)
GSquared (7/14/2009)
I must be missing something. You have my screen name on the part that I wrote. Or are you asking if I'm The Thread?
For a...
July 14, 2009 at 12:50 pm
Viewing 15 posts - 9,001 through 9,015 (of 14,953 total)