Viewing 4 posts - 1 through 5 (of 5 total)
What is the performance with CTE/Hierarcy when it comes to more than Millions of records getting inserted into table?
April 12, 2012 at 12:27 pm
Thank you Lowell
This works 🙂
--------------------------------------------------------------------------------
May 11, 2011 at 12:45 pm
Ok! this is what i did
Step 1: I cast Row_Description column as char(160)
step2: I add this expressions: = replace(First(Fields!Row_Description.Value), " ", "& n b s p ; ")...
May 5, 2011 at 5:28 pm
Thank you Michael and Jeffrey!!! Michael's solution worked like a charm 🙂
April 1, 2011 at 5:44 pm
Viewing 4 posts - 1 through 5 (of 5 total)