Viewing 2 posts - 1 through 2 (of 2 total)
CREATE VIEW [dbo].[VW_DIM_Current_OrgStructure]
AS
SELECT CurrentVersion, OrgUnitID, OrgUnitName, OrgUnitManager, CompanyFlag, BR1, BRCode, SegmentFlag, PCFlag, CCFlag, RLFlag, SalesOrgFlag, LevelsDeep, ParentID,
...
October 21, 2015 at 3:25 pm
#1834788
I have a similar view which is linked to a store procedure to bring data in a table. It runs and eats al the memory eventually getting terminated by the...
October 20, 2015 at 10:49 pm
#1834527