Viewing 15 posts - 511 through 525 (of 860 total)
Jeff Moden (4/17/2012)
capn.hector (4/17/2012)
April 18, 2012 at 7:46 am
jasemilly (4/18/2012)
April 18, 2012 at 7:40 am
its because order number in SOP_CUST_SERVICE_HEADER is not unique. you end up creating a cartesian product with the item marked returned in PROD_ASSEMBLY_BARCODES showing up as error x 27...
April 18, 2012 at 6:53 am
the books online articles you may want to look at.
WHERE http://msdn.microsoft.com/en-us/library/ms188047.aspx
HAVING http://msdn.microsoft.com/en-US/library/ms180199(v=sql.90).aspx
IN http://msdn.microsoft.com/en-US/library/ms177682(v=sql.90).aspx
April 18, 2012 at 6:08 am
ok first thing is congrats on posting the ddl and sample data. here are the queries posted for a quick glance by every one.
/* original query without a subquery...
April 18, 2012 at 6:02 am
Lynn Pettis (4/17/2012)
capn.hector (4/17/2012)
or maby thisLMAO, Now that fits that thread!
I figured if I could not find porky I could find something a little more towards the truth of the...
April 17, 2012 at 7:19 pm
Lynn Pettis (4/17/2012)
April 17, 2012 at 7:05 pm
Revenant (4/17/2012)
Ray K (4/17/2012)
L' Eomot Inversé (4/17/2012)
Revenant (4/17/2012)
EL Jerry (4/17/2012)
Daniel Bowlin (4/17/2012)
crookj (4/17/2012)
ProtractorAngle
Acute.
You pick either < 90 degrees or without cuteness (a-cute). 🙂
"El" Jerry.
Thinker
BTW, a suggestion that acute thinker is...
April 17, 2012 at 6:52 pm
hxkresl (4/17/2012)
SELECT ...
FROM Something C -- selects from the second Common Table Expression
But how does the middle CTE come to be recognized as 'C' as it isn't named...
April 17, 2012 at 5:46 pm
hbtkp (4/17/2012)
this TIME I AM GIVIng SAMPLE DATA plz help
MemberID index
-9 ...
April 17, 2012 at 3:03 pm
hxkresl (4/17/2012)
April 17, 2012 at 3:00 pm
you still have the issue of joining on non unique columns. if you take a look order number 7032357 has 3 rows in the table
SELECT *
FROM OrderItems...
April 17, 2012 at 2:49 pm
Revenant (4/17/2012)
EL Jerry (4/17/2012)
Daniel Bowlin (4/17/2012)
crookj (4/17/2012)
ProtractorAngle
Acute.
You pick either < 90 degrees or without cuteness (a-cute). 🙂
"El" Jerry.
Thinker
BTW, a suggestion that acute thinker is one that is not cute is...
April 17, 2012 at 1:52 pm
Sean Lange (4/17/2012)
hbtkp (4/17/2012)
OK ,IF I CANNOT HEN how can i store my logic which include execute sp and returns 1 valuei need to call this value in case statement
Hi...
April 17, 2012 at 1:28 pm
Viewing 15 posts - 511 through 525 (of 860 total)