Viewing 4 posts - 1 through 4 (of 4 total)
Thanks for the quick reply. The version I am using is 2008 R2.
I can get it to work if I can wrap that statement in a Try Catch but I...
July 9, 2014 at 10:51 am
Hello, Great article.
Actually the initial article is missing an "&".
I am having some issues with it though.
I tried debugging it and it fails on:
Dim objColumn As Object = columnValue.GetValue(Row,...
July 9, 2014 at 10:05 am
Bussiness Objects is the tool we use.
The BO tool will not be able to change the level names.
Any other ideas?
June 5, 2008 at 8:11 am
Chek the use of indexes, if the are not the same try to Hint them:
..................
FROM Table1 (INDEX = idx_index_name)
............
Sometimes if you use calculation in the joins it does not use...
April 28, 2005 at 2:50 pm
Viewing 4 posts - 1 through 4 (of 4 total)