Viewing 2 posts - 1 through 2 (of 2 total)
ron.mcdowell
Right! Definitely is better not to use the cursor, it works good for me
because my database was very small, but I'll never use it in this...
January 11, 2011 at 9:35 am
#1271946
i've done a T-SQL script to get the same result, but returns a layout that's easier to analyze the results
set nocount on
go
create table #Tables_X_Record_Count
...
January 11, 2011 at 4:24 am
#1271794