Viewing 15 posts - 61 through 75 (of 3,010 total)
SQLRNNR (7/21/2014)
Jeff Moden (7/21/2014)
Jack Corbett (7/21/2014)
SQLRNNR (7/21/2014)
Why do you have 2000 log backups to...
July 21, 2014 at 1:21 pm
Minnu (7/21/2014)
i want to store the older records away by creating partitions.
my overrall request is,...
July 21, 2014 at 9:57 am
"For every complex problem, there is an answer that is clear, simple--and wrong."
H.L. Mencken, "The Divine Afflatus"
July 15, 2014 at 9:34 pm
Zahid Naseer (7/3/2014)
select
case when col1>= col2 and col1>=col3 and col1>=col4 then col1
when col2>= col1...
July 3, 2014 at 12:10 pm
GilaMonster (7/3/2014)
If that column is a date, then:
SELECT
dbclaimcnt, dbclaimentered
FROM
EPSClaimsUOA
WHERE
dbclaimentered >= '2014-01-01' and...
July 3, 2014 at 8:25 am
The most basic thing is to make sure you really understand the real-world entities that you are trying to model, and to make the tables as close as possible to...
July 2, 2014 at 11:18 am
If it turns out that the time is stored in milliseconds with a base of 1970-01-01 00:00:00.000, then this code will work.
-- Milliseconds since 1970-01-01 00:00:00.000
declare @TimeMS bigint = 1397750400000;
select
[Date/Time]...
July 1, 2014 at 8:04 am
mister.magoo (6/25/2014)
IE 10 is really bad for compatibility IMHO, but it should work if you set this site in compatibility mode from the IE Tools menu : Compatibility Settings...
Those features...
June 27, 2014 at 4:20 pm
Maybe this was the missing Crystal Ball:
http://penn.museum/blog/wp-content/uploads/2011/03/Crystal-Sphere.jpg
Chinese Crystal Ball’s Mysterious Past:
http://www.penn.museum/blog/museum/chinese-crystal-balls-mysterious-past/
June 25, 2014 at 3:21 pm
Jack Corbett (6/25/2014)
June 25, 2014 at 3:10 pm
Michael Valentine Jones (6/17/2014)
Lynn Pettis (6/16/2014)
Michael Valentine Jones (6/16/2014)
It's fairly annoying to have to...
June 25, 2014 at 3:05 pm
Beatrix Kiddo (6/17/2014)
June 17, 2014 at 5:33 pm
Lynn Pettis (6/16/2014)
Michael Valentine Jones (6/16/2014)
It's fairly annoying to have to put in a...
June 17, 2014 at 5:17 pm
Koen Verbeeck (6/16/2014)
Michael Valentine Jones (6/16/2014)
Koen Verbeeck (6/14/2014)
Michael Valentine Jones (6/13/2014)
June 16, 2014 at 5:11 pm
Koen Verbeeck (6/14/2014)
Michael Valentine Jones (6/13/2014)
June 16, 2014 at 9:23 am
Viewing 15 posts - 61 through 75 (of 3,010 total)