简体   繁体   English

SBS 2011错误MSSQL $ SBSMONITORING大小将超出您的许可限制,每个数据库10240 MB

[英]SBS 2011 Error MSSQL$SBSMONITORING size would exceed your licensed limit of 10240 MB per database

I'm running a SBS 2011 Server. 我正在运行SBS 2011服务器。 I'm getting a series of critical application errors starting with this one. 从这个开始,我遇到了一系列严重的应用程序错误。

CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of 10240 MB per database. CREATE DATABASE或ALTER DATABASE失败,因为最终的累积数据库大小将超出每个数据库10240 MB的许可限制。

This error appears every minute or so with some cascading errors like 每分钟左右都会出现此错误,并且会出现一些级联错误,例如

Could not allocate space for object 'dbo.EventLog'.'PK_EventLog' in database 'SBSMonitoring' because the 'PRIMARY' filegroup is full. 无法为数据库'SBSMonitoring'中的对象'dbo.EventLog'。'PK_EventLog'分配空间,因为'PRIMARY'文件组已满。 Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup. 通过删除不需要的文件,在文件组中删除对象,向文件组添加其他文件或为文件组中的现有文件设置自动增长来创建磁盘空间。

I've got plenty of disk space, but this appears to be a problem with SQL file size limits. 我有足够的磁盘空间,但这似乎是SQL文件大小限制的问题。 How do I clean this up? 我该如何清理? Thanks! 谢谢!

The first thought after reading "10240 MB per database" was "SQL Server Express?". 阅读“每个数据库10240 MB”后的第一个想法是“ SQL Server Express?”。 Are you sure you're not using the Express version of SQL Server? 您确定不使用SQL Server的Express版本吗? If you are, that's the source of the problem and that is the main downside to using the free software. 如果您是,那么这就是问题的根源,这也是使用自由软件的主要弊端。

Hope this helps. 希望这可以帮助。

EDIT: https://technet.microsoft.com/en-us/library/gg508696(v=ws.11).aspx states that standard edition of sbs 2011 comes with sql server express. 编辑: https ://technet.microsoft.com/zh-cn/library/gg508696(v=ws.11).aspx指出sbs 2011的标准版随附sql server express。 Which version of SBS are you using (standard or premium)? 您正在使用哪个版本的SBS(标准或高级)?

I'm using premium SBS2011. 我正在使用高级SBS2011。 From SBS programs it lists SQL Server 2008 R2 in the programs. 在SBS程序中,它在程序中列出了SQL Server 2008 R2。 There is no mention of express. 没有提及快递。 Regardless, It seems that I need to reduce the database size. 无论如何,似乎我需要减小数据库的大小。 Just not sure how to do it. 只是不确定如何去做。 I've been using this server for six years and guess the data is just piling up. 我已经使用该服务器六年了,我猜数据正在堆积。

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

相关问题 CREATE DATABASE 或 ALTER DATABASE 失败,因为生成的累积数据库大小将超过每个数据库 10240 MB 的许可限制 - CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of 10240 MB per database MYSQL-限制超过计数大小的记录数量 - MYSQL - limit amount of records that exceed count size AWS Athena 为什么在 select * from tableName 但不是 where 条件中单行或其列的大小不能超过 32 MB 错误 - AWS Athena why size of a single row or its columns cannot exceed 32 MB error in select * from tableName but not in where condition pandas to_sql() 错误 - 对于准备好的语句,超出了 memory 20 MB 的限制(每个 session) - pandas to_sql() error - Exceeded the memory limit of 20 MB per session for prepared statements 在BigQuery中将阵列大小限制为1MB - Limit array size to 1MB in BigQuery 获取数据库磁盘大小数据mssql - Getting database disk size data mssql Phonegap存储数据库的大小限制 - Phonegap Storage Database size limit 我想将 n MB 的数据添加到我的数据库中,并且我希望数据库大小仅增长 n MB - I want to add n MB of data to my database, and I expect the database size to grow only n MB SQL Express 数据库大小限制通过查询 - SQL Express Database size limit via query MSSQL达到极限并更新 - MSSQL Reach the limit and update
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM