Viewing 3 posts - 1 through 3 (of 3 total)
I have created a stored procedure for the exec function above. In Excel, I have added an existing connection with SQL type calling the stored procedure.
It worked perfectly.
Thanks for your...
August 19, 2014 at 1:11 am
Thanks for the feedback,
The way I have started all this dynamic code is to get it automatically into Excel. In my case, when any new dimension is added, the...
August 16, 2014 at 11:53 am
To add up, here are the Create and Insert statements, to get data sample for the query above
Create the following tables
CREATE TABLE [dbo].[AAG00400](
[aaTrxDimID] [int] NULL,
[aaTrxDim] [nvarchar](max) NULL
) ON [PRIMARY] TEXTIMAGE_ON...
August 14, 2014 at 4:08 am
Viewing 3 posts - 1 through 3 (of 3 total)