Viewing 15 posts - 31 through 45 (of 165 total)
Eric M Russell (2/9/2015)
February 9, 2015 at 9:49 am
Steve Jones - SSC Editor (1/21/2015)
DavidL (1/21/2015)
January 21, 2015 at 11:48 am
Steve: Can you explain a little why you don't think the German law can work, or is a good idea (don't remember exactly what you said about it)?
January 21, 2015 at 8:34 am
OCTom (12/12/2014)
don.schaeffer (12/12/2014)
Someone mentioned...
December 12, 2014 at 9:55 am
Can you explain further the idea of selling recordings of the sessions to attendees? Is it an additional fee over an above the conference fee?
November 7, 2014 at 2:07 pm
lshanahan (9/8/2014)
So I guess we can re-phrase it: "Some are...
September 8, 2014 at 12:20 pm
GilaMonster (9/5/2014)
When,...
September 5, 2014 at 9:21 am
Steve Jones - SSC Editor (9/2/2014)
DavidL (9/2/2014)
September 2, 2014 at 11:11 am
All good advice. I like the first one (there is no plan), and the part about being true to yourself. It was only after about 20 years of...
September 2, 2014 at 10:15 am
wolfkillj (8/14/2014)
Did you try using the code mickyT posted above to find the rows where the vppblong value contains some character other than the digits 0-9, decimal point (.), and...
August 14, 2014 at 12:09 pm
I didn't look for non-numeric characters as I have a degree of trust that there aren't any. That may be misplaced, though, so to be complete I will for...
August 14, 2014 at 11:30 am
This to me looks completely silly, but this is what I did to make it 'work'.
SELECT f.vpid#
,f.numlat As Latitude
,CONVERT(NUMERIC(12,8),f.[IntPart]) +
CONVERT(NUMERIC(12,8),f.[Mantissa]) AS Longitude
FROM
(
select vpid#, vppblat
, convert(numeric(12,8),vppblat) as numlat,
,CHARINDEX('.',vppblong)...
August 13, 2014 at 12:44 pm
Sorry about the code not exactly matching (table creation vs insert statement)... I edited what I was working on to make it simpler and as much as I tried...
August 13, 2014 at 9:27 am
Well that's certainly a cautionary tale, and relevant to our field. It is unlikely that anyone presenting at a sql saturday event would be talking about anything even remotely...
July 9, 2014 at 10:20 am
Viewing 15 posts - 31 through 45 (of 165 total)