Name of the command to view the current amount of free (unallocated) space in the database in SQL Server?

 Posted by Virendradugar on 11/19/2009 | Category: Sql Server Interview questions | Views: 4891
Answer:

Name of command is :sp_spaceused

This command displays the database_size in MB, and it's also shows unallocated space for the database.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response