Viewing 15 posts - 556 through 570 (of 18,926 total)
Divine Flame (12/7/2011)
Ninja's_RGR'us (12/7/2011)
Divine Flame (12/7/2011)
December 7, 2011 at 5:48 am
Jeff Moden (12/7/2011)
Ninja's_RGR'us (12/6/2011)
ChrisM@Work (12/6/2011)
Ninja's_RGR'us (12/6/2011)
LutzM (12/6/2011)
Changing subject: Does anyone know one of the DBAinSpace finalists?There's no name I recognize as one of the Threadizens....
There's noone I recognize from this...
December 7, 2011 at 5:09 am
Divine Flame (12/7/2011)
December 7, 2011 at 5:08 am
sqlfriends (12/6/2011)
Ninja's_RGR'us (12/6/2011)
December 6, 2011 at 6:00 pm
Really???
--This assumes you want to ignore the time part
--Adjust as you see fit
DECLARE @Today DATETIME
SET @Today = DATEADD(D, 0, DATEDIFF(D, 0, GETDATE()))
SELECT @BeginDate = BD, @EndDate = ED FROM
(
SELECT '1753-01-01'...
December 6, 2011 at 5:58 pm
Michael Valentine Jones (12/6/2011)
Revenant (12/5/2011)
Michael Valentine Jones (12/5/2011)
Michael Valentine Jones (12/3/2011)
December 6, 2011 at 3:20 pm
david.ostrander (12/6/2011)
For...
December 6, 2011 at 3:15 pm
halifaxdal (12/6/2011)
Ninja's_RGR'us (12/6/2011)
No, use a single @start and @end and use then only once in the where.Time for coffee :hehe:.
Can't deliver coffee to Montreal from Toronto, TH does not provide...
December 6, 2011 at 3:14 pm
kotha.srikanth (12/6/2011)
December 6, 2011 at 3:12 pm
The only thing I know for sure is that you can use SSRS 2008 and connect to sql 2005 (to fetch the report's data)... along with plenty other versions and...
December 6, 2011 at 3:08 pm
No, use a single @start and @end and use then only once in the where.
Time for coffee :hehe:.
December 6, 2011 at 12:02 pm
What's the point of having obfuscated yet, 100% accurate data??? :blink:
December 6, 2011 at 11:58 am
BTW DATEADD(M, 1, Date) <> DATEADD(D, 30, Date)
December 6, 2011 at 11:49 am
December 6, 2011 at 11:48 am
Declare @Begindate & @EndDate
Do your cases first to set the range then use between in the select.
If you insist on the where (making it non sargable)
AND 1 = CASE WHEN...
December 6, 2011 at 11:39 am
Viewing 15 posts - 556 through 570 (of 18,926 total)