Viewing 4 posts - 1 through 4 (of 4 total)
Environments can be accessed across folders. To see this, right click on a deployed project and select configure. Click references,Add... and you will be able to browse to other folder's...
October 9, 2014 at 12:35 pm
rgldiatr (6/22/2012)
CROSS APPLY (SELECT StartDt + n FROM Tally WHERE EndDt >= StartDt + n) x(date2)
What is the "x(date2)" part...
June 22, 2012 at 9:11 am
Another question. In your first CTE you have a cross apply:
CROSS APPLY (SELECT StartDt + n FROM Tally WHERE EndDt >= StartDt + n) x(date2)
What is the "x(date2)" part of...
June 22, 2012 at 8:52 am
Thanks! This has gotten me a lot closer. I made a couple of modifications to adjust the start date result and remove the xml tags. But this brought up...
June 22, 2012 at 7:45 am
Viewing 4 posts - 1 through 4 (of 4 total)