Viewing 15 posts - 3,766 through 3,780 (of 5,504 total)
gregory.anderson (4/16/2010)
I always forget that. It's so bad for me that I've gotten into the habit of a) placing the database name in front of the table (like you've seen...
April 16, 2010 at 10:57 am
The best way to deal with date values is to store it as date values.
So, instead of having an integer value it woul be a lot better and easier to...
April 16, 2010 at 10:38 am
gregory.anderson (4/16/2010)
April 16, 2010 at 10:04 am
Chris Morris-439714 (4/16/2010)
...
This is what happens when you moonlight as a shower-curtain salesman, Lutz 😛
...
Are you not satisfied working with SQL anymore? And do you sell knifes as well wearing...
April 16, 2010 at 9:42 am
huston.dunlap (4/15/2010)
Because every entry is now unique to every record, the number of...
April 16, 2010 at 9:38 am
If there is the need to store more than 8 products, I'd question the purpose of CustomerWithMultipleProducts, too.
In that case I'd most probably use that table to store the unique...
April 15, 2010 at 4:52 pm
kwitzell (4/15/2010)
thanks for the reply,The collation is: SQL_Latin1_General_CP1_CI_AS
I will have to look for a case issue...
The CI stands for CaseInsensitive. Otherwise you'd have a CS collation. No need for further...
April 15, 2010 at 4:45 pm
If the data need to be stored in the intermediate table in separate columns I'd use the CrossTab approach as described in the related link in my signature.
But if the...
April 15, 2010 at 4:30 pm
CirquedeSQLeil (4/15/2010)
lmu92 (4/15/2010)
But to make sure you're still able to read what you wrote as the "upper limit" and "enough to help the ideas flow freely" as the "lower limit"...
April 15, 2010 at 4:15 pm
Based on what you just wrote I would insits on getting a special role to be set up by the vendor to meet your requirements.
It should benefit "both sides". I...
April 15, 2010 at 4:10 pm
Alvin Ramard (4/15/2010)
Roy Ernest (4/15/2010)
April 15, 2010 at 3:53 pm
David Webb-200187 (4/15/2010)
April 15, 2010 at 3:22 pm
Well, Wayne, I appreciate the compliment :blush:
But it looks much more complicated than it really is:
Those "x"hundred lines of code include quite a few descriptive comments (which is, to be...
April 15, 2010 at 3:05 pm
WayneS (4/15/2010)
lmu92 (4/15/2010)
blah blah blah.... Right, Wayne?uh, sure, jeff :w00t:
You consider my statement as "blah blah blah"? I'm depressed now. :crying:
April 15, 2010 at 2:16 pm
@chris-2: When did you start promoting loops??? :crying:
Or do I miss something that prevent doing it set based?
April 15, 2010 at 2:12 pm
Viewing 15 posts - 3,766 through 3,780 (of 5,504 total)