If the database already exists, you can simply right click on the database and select properties. This will show you the space used, and the free space. Subtract the two and you'll get the space used.
If it's for a new database, there is an <a href="http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1289528,00.html">article</a> over on SearchSQLServer.com which shows how to calculate the space needed. It's based on SQL Server, but the process is the same for all platforms.
Last Wiki Answer Submitted: July 21, 2008 10:58 pm by Balouchi75 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
The size shown by right click on database may not be the actual size consumed by the database, it will be including the white space occupied which could be marginal to considerable.
Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.
The size shown by right click on database may not be the actual size consumed by the database, it will be including the white space occupied which could be marginal to considerable.