1.

_____________ displays an estimate of the current amount of disk space used by a table.(a) sp_lock(b) sp_who(c) sp_monitor(d) sp_spaceusedThe question was asked in a national level competition.This intriguing question originated from Performance Monitoring in chapter Monitoring and Auditing of SQL Server

Answer»

The correct answer is (d) sp_spaceused

For explanation: sp_spaceused DISPLAYS the NUMBER of rows, disk space RESERVED, and disk space used by a table, indexed view, or Service BROKER QUEUE in the current database, or displays the disk space reserved and used by the whole database.



Discussion

No Comment Found

Related InterviewSolutions