我这有两个sql 的错误log怎么屏蔽让其不弹出
错误如下:
2016-10-13 14:38:42.41 spid58 Error: 1827, Severity: 16, State: 1.
2016-10-13 14:38:42.41 spid58 CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of 10240 MB per database.
2016-10-13 14:38:42.42 spid58 Error: 1105, Severity: 17, State: 2.
2016-10-13 14:38:42.42 spid58 Could not allocate space for object 'dbo.AppServLog'.'PK_AppServLog' in database 'VTS' because the 'PRIMARY' filegroup is full. 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.
怎么屏蔽或者处理掉这两个错误,让它不弹出?