Viewing 9 posts - 16 through 24 (of 24 total)
Thanks. That makes sense. How do I go about managing the flow control then?
May 8, 2003 at 9:21 am
This is probably just a button for me, but I'd like Ryan to stay away from single letter variables. 'i' and 'q' don't tell me that much. Even if...
May 1, 2003 at 10:06 am
On a similar note, if my SQL 7 database is set up to be case insensitive, how would I go about checking whether a column is all upper case or...
April 23, 2003 at 2:06 pm
There was an article by Steve Jones, called Tame Those Strings, Part 7, that probably needs to be only slightly modified for what you're trying to do.
http://www.sqlservercentral.com/columnists/sjones/tamethosestringspart7.asp
April 23, 2003 at 2:03 pm
I would really love to. Unfortunately, the database is a little old: SQL Server 6.5.
I can't tell you how many queries I've rewritten to dumb them down.
April 15, 2003 at 2:46 pm
I have a possible solution, but its pretty ugly and uses a number of temporary tables. Can someone think of a more elegant solution? I'm a big fan...
April 9, 2003 at 2:59 pm
The columns are:
Site.CreateDate
Site.DateChgd
Contact.CreateDate
Contact.DateChgd
Opportunity.CreateDate
Opportunity.DateChgd
There is a 1 to many relationship with Site being the parent table for Contact and Opportunity.
All tables have the InternalID column...
April 9, 2003 at 2:04 pm
Viewing 9 posts - 16 through 24 (of 24 total)