Wednesday, February 24, 2010

Finding The Total Numbe rows for all tables in a database using Sql server Query

EXEC sp_MSforeachtable @command1="EXEC sp_spaceused '?'"

No comments:

Post a Comment