Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Query speed and server memory

    SELECT top 1 rows FROM SYSINDEXES WHERE Id = OBJECT_ID('TableName')

    its return the row count of the table which is same as select count(*) from table.

Viewing post 1 (of 1 total)