Viewing 7 posts - 1 through 7 (of 7 total)
Hi, where can I download the template? thanks
April 12, 2019 at 6:04 pm
i did some research
and this is what I found
WHEN C.type = 1 THEN '1-Folder'
WHEN C.type = 2 THEN '2-Report'
WHEN C.type = 3 THEN '3-File'
WHEN C.type = 4...
December 17, 2014 at 12:02 pm
thanks for the correction
it would be
CASE Cat.Type WHEN 1 THEN 'Folder'
WHEN 2 THEN 'Report'
WHEN 3 THEN 'Resource'
WHEN 4 THEN 'Linked Report'
WHEN 5 THEN 'Data Source' ELSE ''...
December 17, 2014 at 10:11 am
it's a very simple script but it helps a lot
December 17, 2014 at 10:10 am
You are wellcome
I have a few others that works in the tuning department
November 18, 2014 at 8:07 am
hi
in the line
SET @strTableName = 't_DispCSV'
you should put the name of the table you want to analyze
SET @strTableName = 'TableNameToAnalyze'
November 10, 2014 at 8:38 am
Viewing 7 posts - 1 through 7 (of 7 total)