简体   繁体   English

如何使用SQL Express 2008在SharePoint Foundation中检查可用大小

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

I have SharePoint Foundation installed. 我已经安装了SharePoint Foundation。 Also I have install SQL express 2008. I had 4 GB limit. 另外,我还安装了SQL Express2008。我有4 GB的限制。 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). 接下来,我安装了SQL Express 2008 R2(R2应该给我10 GB的数据库限制)。 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 Express的版本确定该限制。 SQL Server 2008 R2 Express or newer will allow up to 10 GB of database size, while earlier versions allow only 4 GB. SQL Server 2008 R2 Express或更高版本将允许最多10 GB的数据库大小,而早期版本仅允许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. 如果您仍然有疑问,并且想确认您的SQL Server 2008 R2 Express实例允许使用10 GB数据库,只需创建一个新数据库并向其中插入一堆数据即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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