Viewing 15 posts - 946 through 960 (of 1,243 total)
Revenant (7/30/2014)
SQLRNNR (7/30/2014)
Sean Lange (7/30/2014)
Ed Wagner (7/30/2014)
SQLRNNR (7/30/2014)
djj (7/30/2014)
whereisSQL? (7/30/2014)
Ed Wagner (7/30/2014)
TomThomson (7/30/2014)
SQLRNNR (7/30/2014)
Ed Wagner (7/30/2014)
Stuart Davies (7/30/2014)
SQLRNNR (7/29/2014)
aardvarkDigger
Hunting (for antiques)
Pecheur
é or ê?
Tomato
ketchup
hot dog
breakfast
Dinner
Bacon
Pork Belly
futures
Markets
July 31, 2014 at 1:33 am
Gary Varga (7/30/2014)
BWFC (7/30/2014)
I've even heard that some pubs allow self catering option.
My sister (actually my mum) did the catering for my nephew's Christening do herself. The pub...
July 30, 2014 at 5:31 am
I've even heard that some pubs allow self catering option.
My sister (actually my mum) did the catering for my nephew's Christening do herself. The pub made a nominal...
July 30, 2014 at 2:38 am
Grant Fritchey (7/23/2014)
Thanks for posting your solution. Now when anyone searches for this same problem and finds it, they'll know what you did to solve it. That really helps.
If it...
July 23, 2014 at 5:28 am
I've solved it and it was pretty obvious in the end. My where predicate was excluding the rows with the earlier times from the query because I was only...
July 23, 2014 at 3:28 am
Do you know anything about your hardware set up? With the best will in the world, it's going to take a lot longer to run on a 386 than...
July 22, 2014 at 5:33 am
Hi Naveen, welcome to the forum.
To help we're going to need a little bit more detail. When you say you're trying to retrieve them, what do you mean? ...
July 22, 2014 at 5:15 am
SQLRNNR (7/21/2014)
Revenant (7/21/2014)
SQLRNNR (7/21/2014)
EL Jerry (7/21/2014)
Stuart Davies (7/21/2014)
WOTD wood
Hard (floor)
impenetrable
Adamantium
fusion
Cold
July 22, 2014 at 1:38 am
hoseam (7/21/2014)
The code is this:
declare @ToDate datetime
declare @FromDate datetime
set @FromDate = '01/02/20014'
set @ToDate = '28/02/20014'
SELECT EVENTDATE,'' AS BRANCHCD, BUSINESS_AREA, CREATE_DATE, WORK_TYPE, QUEUE, STATUS, CREATE_AGE, CATEGORYCD, DELAYREASON1,...
July 21, 2014 at 7:15 am
set dateformat ymd
declare @ToDate datetime
declare @FromDate datetime
set @FromDate = '2014-07-21'
set @ToDate = '2014-07-22'
select @FromDate
select @ToDate
Does that do what you need?
July 21, 2014 at 5:41 am
Have a look at this article. It'll certainly point you in the right direction.
July 18, 2014 at 3:02 am
I don't know I had the misfortune of watching a bit of 'Sharknado' the other night. :w00t: :Crazy:
I did the same, I thought it couldn't be that bad could it?...
July 18, 2014 at 12:40 am
Viewing 15 posts - 946 through 960 (of 1,243 total)