Posts Tagged ‘Find the size of all tables for any database in sql ser’
hello frineds if you need to know that how much space occupied by your each tables which was created by you.
this is the shortest way for any sql server user.
USE yourdatabasename
EXEC sp_MSforeachtable @command1=”EXEC sp_spaceused ‘?’”
Enjoy all guys and girls.
Hello ! I am Arjun Jadeja a Software Engineer by Profession. You can contribute and I will distribute your ideas through this site. Thanks and Enjoy