Viewing post 1 (of 1 total)
When the index is scripted, it doesn't include the schema, i.e. line 566:
' ON [' + [object_name] + ']'
Should be
' ON [' + [schema_name] + '].[' + [object_name]...
December 19, 2014 at 3:58 pm
#1765821