Q: I am getting these errors on the server where my in-house Birdview instance is installed. Is this limited by my Birdview license or by MS SQL Express?
CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of 10240 MB per database.
Could not allocate space for object 'dbo.TT_Attachments' in database 'EasyProjects' 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.
A: It's an issue with your SQL Express database reaching its size limit.
Upgrade your SQL Express edition to a full one.