Welcome to Sign in | Help

Re: sp_spaceused in SQL 2000 index_size

  •  06-20-2008, 12:52 PM

    Re: sp_spaceused in SQL 2000 index_size

    Vezi http://support.microsoft.com/kb/90758 - incearca sa rulezi:

    SELECT *
    FROM sysindexes
    WHERE id = object_id('table_name')
    Exista totusi indecsi (nonclustered) pe tabelul tau?
    Eu am rulat query-ul de mai sus pe SQL 2005 pentru un tabel fara indecsi. In coloana index_size figureaza in acest caz chiar 
    dimensiunea tabelului (indexid=0, "heap").
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems