Viewing 15 posts - 39,136 through 39,150 (of 59,072 total)
Question Guy (3/30/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 1:20 pm
AspiringGeek-40457 (3/30/2010)
I can guarantee that training is *not* a profit center for Microsoft.
Unless you work for Microsoft or have a Microsoft URL stating that, I'm pretty sure you can make...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 1:18 pm
aaron.reese (3/30/2010)
I am being asked to restore a live database to a training environment. The database contains patient confidential records and I would like to keep all of...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 1:15 pm
Marios Philippopoulos (3/30/2010)
Because of the size of the underlying...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 1:13 pm
WayneS (3/30/2010)
Kit G (3/30/2010)
From the search I did on the Internet and...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 12:26 pm
sing4you (3/30/2010)
soft-shelled crab roll
BWAA-HAA!!! "First Wife". 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 11:27 am
GSquared (3/30/2010)
You've seen...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 11:18 am
blandry (3/30/2010)
The best DBAs that I have seen, worked with, or had work for me, DID...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 6:54 am
gaurav-404321 (3/30/2010)
SET @StartDate=cast('2010-01-26 00:00:00.000' as datetime)
SET @EndDate=cast('2010-02-25 00:00:00.000' as datetime)
SET @TotalDaysInSalaryPeriod= DATEDIFF(dd,@StartDate,@EndDate)
this is giving 30 as output.
But...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 6:50 am
Um... no, Dugi. Don't use the 23:59:59.999 thing.
There are two reasons. First, anything larger than 23:59:59.997 will round up to the next day. Second, with some of...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 6:47 am
markjrouse (3/30/2010)
A B ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 6:42 am
My recommendation is that you read the article at the first link in my signature line below.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 6:38 am
sqluserr (3/30/2010)
Please let me know if you need any other details.
I already did. Please see my previous post on this thread.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 6:30 am
Paul White NZ (3/30/2010)
derrysql (3/30/2010)
Thank you for this. What sort of structure would the 'Tally' table have?
Details here: http://www.sqlservercentral.com/articles/67899/
Notice: same author (Jeff Moden) as the Dynamic Pivot article I...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 5:53 am
Gift Peddie (3/29/2010)
All I want is please leave the doors open to all [font="Arial Black"]with the ability[/font].
Exactly... 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2010 at 7:39 pm
Viewing 15 posts - 39,136 through 39,150 (of 59,072 total)