Viewing post 1 (of 1 total)
Missing the filegroup clause so adding it, adding GO clause and modifying the cursor query:
-- Get all existing indexes, but NOT the primary keys
DECLARE cIX CURSOR FOR
SELECT...
August 5, 2009 at 3:25 pm
#1035106