|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Today @ 6:33 AM
Points: 65,
Visits: 202
|
|
That was really helpfull.
I was trying to execute on SQL Server 2008 R2 and bumped into an issue with the Collation parameters with the "keycolumns ".
To work around, I added COLLATE DATABASE_DEFAULT for keycolumns in the sections that generates the CREATE INDEX scripts.
|
|
|
|