Viewing 4 posts - 1 through 4 (of 4 total)
Sorry, hope this is helpful. Thanks! 🙂
CREATE TABLE #myTable
(
ID int,
ITEM char(1),
PCT int,
BEGDT datetime,
ENDDT datetime
);
INSERT INTO #myTable (ID, ITEM, PCT,...
March 15, 2017 at 10:39 am
Thanks for the reply Thom,
Distinct won't work because I need to have the MIN of BEGDT and MAX of ENDDT for two contiguous date ranges. For example, on...
March 15, 2017 at 10:11 am
I have the same problem. Created a few reports a couple weeks ago. Now when I open the project, file, solution, etc. the reports always open in xml view. How...
April 5, 2006 at 11:20 am
Has anyone figured this out yet?
If so, please give specific steps on how to do this.
Thanks!
March 8, 2006 at 2:25 pm
Viewing 4 posts - 1 through 4 (of 4 total)