Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SQL Server 2005: Script all Indexes

    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...

Viewing post 1 (of 1 total)