My Solarwinds Database is at 3.67 Gig and it has top saving historical Data, the database manager will not let me create a backup of the database. How can I clear some of my historical Data so I Can recover my database.
Hi Josequiroz,
If you are reaching the 4GB limit, you may need to look into moving your database to a SQL Server running Standard or Enterprise edition, as they will not limit your database size.
To reduce down the current size of your database, you can try the following:Open the Orion System Manager, and go to File -> Orion NPM Settings. Under the database tab, you can choose how long to retain your statistics for - reduce these settings down to reduce the amount of polling and statistics data being retained.On the same tab, you can start off a "Nightly maintenance" - this will go through the data in your tables and 'groom out' the data you no longer want to retain. Once this has completed, open the Database Manager tool (under database Utilities). Connect to your database server, right click on your database, and choose "Compact Database". This should reduce down the size of your database for you.
~ Caroline
Hi,
I have the same issue. I did try aging off data and compacting the database using the Database Manager, but I kept getting the following error:
[Microsoft][ODBC SQL Server Driver][SQL Server] Could not allocate a new page for database 'NetPerfMon' because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
I see that in Properties, data is taking 2.3 GB and the indexes are taking up 1.7, so that's how I'm hitting the 4 GB limit. Is there anything else I can try? Are there any objects in the filegroup I can drop and if so, how is that done? Thanks.
Raul-
In the Orion DB Manager -> select the DB and Right Click -> Database Details. Now sort the Tables by size. What are the largest tables?
The largest tables I have are SysLog 2.1 GB, ResponseTime_Detail 59 MB, InterfaceTraffic_Detail 16 MB, ResponseTime_Hourly 8 MB, and InterfaceTraffic_Hourly 7 MB.
Along this line of inquiry...
As I've noted that SQL Server 2008 is now a supported version, and we're also running into the 4GB file size limitation in the 'Express' edition after adding the NetFlow module...
What about moving up to the 'Workgroup' edition of SQL Server 2008 rather than the 'Standard' edition? It has all of the functionality of the 'Express' edition but without the restriction on database size. (and is a good deal less expensive)
-jim