Viewing 15 posts - 21,271 through 21,285 (of 26,490 total)
trans54 (4/29/2009)
I understand, but this is not what i was asking.Thanks anyway for your help!
If that isn't what you were asking, how about clarifying the question? You asked how...
April 29, 2009 at 9:26 pm
greatheep (4/29/2009)
Andy DBA (4/27/2009)
Obviously this will not help for cases where you have concurrency issues because you can't screen for that.
And that would make up the second most common of...
April 29, 2009 at 7:08 pm
trans54 (4/29/2009)
How can i completly eliminate from delete orderid = 2765 if it has UnitID = 89 and UnitID = 4 in this case...
April 29, 2009 at 6:56 pm
It could be that the SUM of the values is greater than the maximum value for an INT data type. Try casting it as a BIGINT:
select AVG(cast(ActivityID as bigint))...
April 29, 2009 at 4:32 pm
karthikeyan (3/17/2009)
Politely saying, Since i visited our site more no of times(1370 visits from the joining date) and scored 1385 (comparing me with my related named...
April 29, 2009 at 4:22 pm
Okay, I started a formal poll.
April 29, 2009 at 4:10 pm
Are you looking for the date range a customer was active, or are you asking how many days a customer was active given a specified data range?
April 29, 2009 at 3:52 pm
GilaMonster (4/29/2009)
Bruce W Cassidy (4/29/2009)
[font="Verdana"]International Star Wars day... "May the 4th be with you."[/font]*groan*
Hmmm, we were discussing having another Starwars day.....
Now for something totally the same...
How many people, besides...
April 29, 2009 at 3:41 pm
Sibbs (4/29/2009)
I have been implementing some session source tracking on our SQL servers, and am unclear on any difference between the APP_NAME() and PROGRAM_NAME() functions.
Most of the code examples I...
April 29, 2009 at 3:35 pm
But how many of you can actually visualize Darth Vader and Yoda working together??? :w00t:
April 29, 2009 at 3:20 pm
Mh (4/29/2009)
GSquared (4/28/2009)
April 29, 2009 at 3:11 pm
I hope the following code will help you:
/*
ORDERID DeliveryDate Price UnitId Status
2765 2009-02-13 00:00:00.000 49.95 4 Completed
2765 2009-02-13 00:00:00.000 9.95 89 Completed
2765 2009-02-14 00:00:00.000 49.95 89 Completed
2766 2009-02-15 00:00:00.000 19.95...
April 29, 2009 at 3:09 pm
Roy Ernest (4/29/2009)
April 29, 2009 at 2:09 pm
And yet, I managed to redeem myself in that very same thread! (The silence in the desert is deafening!) 😉
April 29, 2009 at 1:02 pm
Scott Roberts (4/29/2009)
Jeff Moden (4/29/2009)
Scott Roberts (4/29/2009)
April 29, 2009 at 12:52 pm
Viewing 15 posts - 21,271 through 21,285 (of 26,490 total)