Viewing 15 posts - 481 through 495 (of 1,243 total)
Gary Varga (4/26/2016)
TomThomson (4/25/2016)
...the classic example is "dancers" which is rhyming slang for "stairs" (truncated and mutated "dancing bears")...
??? Surely you mean "apples 'n' pears"!!!
I have never heard of Dancing...
April 26, 2016 at 2:36 am
Hugo Kornelis (4/13/2016)
BWFC (4/13/2016)
I've got my name down for the Saturday but it clashes with a family do so it's unlikely I'll make it.
If you can indeed not make it,...
April 26, 2016 at 1:16 am
Luis Cazares (4/25/2016)
Ed Wagner (4/25/2016)
Jeff Moden (4/24/2016)
TomThomson (4/22/2016)
Phil Parkin (4/22/2016)
Eirikur Eiriksson (4/22/2016)
Brandie Tarvin (4/22/2016)
April 25, 2016 at 6:49 am
NJ Smith (4/21/2016)
DECLARE @StartDate AS DATETIME
SET...
April 21, 2016 at 7:52 am
DECLARE @MeterReading TABLE
(
MeterId int,MeterDescription varchar(100), ReadingOn datetime, NewReading float
)
INSERT INTO @MeterReading ( MeterId ,MeterDescription ,ReadingOn ,NewReading) VALUES ( 1350,'Left Hand Power Pack RHM','2016-04-14 11:30:00.000',2562.9)
INSERT INTO @MeterReading ( MeterId ,MeterDescription ,ReadingOn...
April 21, 2016 at 7:07 am
Nomvula (4/21/2016)
I have the following script when give me the max record on each date:
DECLARE @StartDate AS DATETIME
SET @StartDate = CONVERT(DATETIME,'15/04/2016',103)
SELECT amr.MeterId
...
April 21, 2016 at 4:25 am
Gary Varga (4/20/2016)
Maybe it is a bad indicator...
April 20, 2016 at 7:55 am
Eirikur Eiriksson (4/18/2016)
jasona.work (4/18/2016)
Steve Jones - SSC Editor (4/18/2016)
April 18, 2016 at 12:26 pm
jeff.mason (4/18/2016)
crookj (4/18/2016)
ThomasRushton (4/18/2016)
Grumpy DBA (4/18/2016)
ThomasRushton (4/18/2016)
object-orientedOOP(s)
again
Spears
pickle
Dill
April 18, 2016 at 8:00 am
Steve Jones - SSC Editor (4/15/2016)
Eirikur Eiriksson (4/15/2016)
Steve Jones - SSC Editor (4/15/2016)
About to head off to SQL Saturday Phoenix. Anyone else going?
Wouldn't mind to go even if it was...
April 15, 2016 at 1:36 pm
Have you Googled the error message?
April 14, 2016 at 5:36 am
Hugo Kornelis (4/13/2016)
BWFC (4/13/2016)
Hugo Kornelis (4/13/2016)
BWFC (4/13/2016)
I've got my name down for the Saturday but it clashes with a family do so it's unlikely I'll make it.
If you can indeed...
April 13, 2016 at 2:41 am
Hugo Kornelis (4/13/2016)
BWFC (4/13/2016)
I've got my name down for the Saturday but it clashes with a family do so it's unlikely I'll make it.
If you can indeed not make it,...
April 13, 2016 at 2:33 am
I've got my name down for the Saturday but it clashes with a family do so it's unlikely I'll make it. That said, the date for the family thing...
April 13, 2016 at 1:25 am
datsun (4/12/2016)
I have a strange issue on querying a table to return Max datetime with a group by clause.
I am getting all dates as max instead of the actual...
April 12, 2016 at 8:34 am
Viewing 15 posts - 481 through 495 (of 1,243 total)