Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SQL Server 2005: Script all Indexes

    Modified for INCLUDEd columns and for DESC order, and for long/irregular table and column names.

    -- Get all existing indexes, but NOT the primary keys

    DECLARE cIX CURSOR FOR

    ...

Viewing post 1 (of 1 total)