Viewing 2 posts - 1 through 2 (of 2 total)
I use rCTE for account control and access on our websites. Best way to go, haven't found one that's faster, including hierarchyid. I'm thinking hierarchyid loses on my...
May 3, 2012 at 6:17 am
#1482947
Couldn't you just use the following?
SELECT DATEDIFF(wk,@StartDate,@EndDate)
May 28, 2008 at 7:13 am
#821155