If the name of the source view for the P/C dimension that I want to normalize contains spaces, then the naturalizer will fail:
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'CuboArcoCondiviso.DimNaturalized_Piano dei Conti 01') AND type in (N'V')) drop view CuboArcoCondiviso.DimNaturalized_Piano dei Conti 01
surrounding the name with [] should correct this and make this wonderful tool work.
Alberto
No files are attached