How to resolve database error "db has reached maximum size error code : 3036"

Viewed 31

Recently when I perform queries that return several records, the message is displayed indicating that the database has reached the maximum and relates it to code 3036. The error verbatim says:

Run-time error '3036' database has reached maximum size

  • I have checked the engine properties and increased the memory usage.

  • The equipment has more than 20 gigabytes in space where the SQL Server 2008 R2 enterprise version is installed and the databases are located.

  • Run a trace to determine if you might be able to see something but nothing to indicate the cause.

  • I checked the error log but it doesn't show anything in the process.

0 Answers
Related