简体   繁体   中英

How to check free size in SharePoint Foundation with SQL express 2008

I have SharePoint Foundation installed. Also I have install SQL express 2008. I had 4 GB limit. After some time I have spent almoust all free space.

Next, I have install SQL express 2008 R2 (R2 should give me 10 GB limit for database). I want to check if everything is ok, but I do not know where to check free size.

I can check how much I have spent, but I can not check how much space I still have.

Can someone help.

Thanks!

There is no way to check the database size limit directly, however the version of SQL Server Express determines the limit. SQL Server 2008 R2 Express or newer will allow up to 10 GB of database size, while earlier versions allow only 4 GB.

If you are still in doubt, and want to confirm your instance of SQL Server 2008 R2 Express allows 10 GB databases, just create a new database and insert a bunch of data into it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM