In order to get a breakdown of the disk space usage by each table in your database:
1. Connect to SQL using SQL management Studio
2. Click "New Query"
3. Execute the following SQL query:
EXECsp_MSforeachtable@command1="EXEC sp_spaceused '?'"
In order to get a breakdown of the disk space usage by each table in your database:
1. Connect to SQL using SQL management Studio
2. Click "New Query"
3. Execute the following SQL query:
EXECsp_MSforeachtable@command1="EXEC sp_spaceused '?'"
The reason why you would not be able to use the design feature (greyed out), is because some...
If your database is getting too large, it is most likely because of the transaction log file.If...
You can use any third party MS-SQL client like:-SQL Server Management Studio express (microsoft...
Enterprise Manager is not compatible with SQL 2008 or 2012 and will therefore not allow you to...
Powered by WHMCompleteSolution