Viewing 15 posts - 10,051 through 10,065 (of 10,144 total)
Hi Goodguy, please can you QC the following? I've taken a couple of liberties e.g. introduced 'CUP' as a unit for 'TEA'.
Cheers
ChrisM
DROP TABLE #FOODS
CREATE TABLE #FOODS (FOOD_ID int, DES varchar(20),...
July 31, 2007 at 8:13 am
Thanks for the words of advice Kenneth, I'm a newbie here and still learning the ropes. I'll bear in mind what you've said.
Cheers
ChrisM
July 31, 2007 at 5:23 am
Hi Good guy, I understand the nature of the problem - please bear with me - we should be able to knock this one on the head very shortly. To...
July 31, 2007 at 3:32 am
Hi Goodguy, apologies for the delay, I'm on UK time - for reference this is posted at 09:35.
The previous post gave you the invoice side of things, now we need...
July 31, 2007 at 2:33 am
Hi Goodguy
Can you post the query you already have, to show the joins?
I'm sure this is do-able. You will almost certainly find it easier by packaging your tables into two...
July 30, 2007 at 7:59 am
Launch a missile? Good lord no...here's some pizza launched to say thanks for fixing holes in my dodgy code! Good luck with your new gaff.
Cheers
ChrisM
July 29, 2007 at 11:24 am
Almost, Amit, but not quite. Your query will generate 2 errors:
Server: Msg 107, Level 16, State 3, Line 1
The column prefix 'studentmaster' does not match with a table name or alias...
July 27, 2007 at 4:45 am
Steve - yes it is, thanks...sorry Brandie, day got busy.
My driving instructor has a really large cushion in his boot for Heather, who is I guess around 4 feet...
July 26, 2007 at 2:39 pm
Hi Dan
Instructions for creating a numbers table exist on the forum, e.g. see posts by Jeff Moden.
Left-join your vendors table against a numbers table and use a WHERE clause, like this:
SELECT 'v9' +...
July 26, 2007 at 5:40 am
Ouch! Self-inflicted, no sympathy. Anyway, hitting my knee with your fist probably hurt you more than it hurt me!
Seriously though, it matters a lot, and I'm appalled you didn't get...
July 26, 2007 at 5:24 am
<<lower the desk for me>> <<feet dangling off the floor>> heh heh you're kidding right Brandie? Can't you use a cushion? Have you tried sitting on the desk on the...
July 26, 2007 at 5:03 am
<<What if I order the same item twice, but manage to have each item listed seperately on the order (if possible)? >>
I've had to code for this in the past, in...
July 24, 2007 at 9:35 am
Reckon most of the important points are covered here, but it's also worth pointing out that it's easy to get confused between business entities and database structure entities, and if...
July 20, 2007 at 3:47 am
Spot on, Jeff, and apologies to you, Surya.
July 20, 2007 at 1:11 am
Ok, fourth and last try, after this I'm giving up. Surya, please, open the file in a text editor and post the first three or so lines. This will show...
July 19, 2007 at 1:41 pm
Viewing 15 posts - 10,051 through 10,065 (of 10,144 total)