Hi,
I am having trouble running an inventory refresh with a very large database, after around 15 hours it errors with a message in the log file as follows:
Could not allocate space for object 'dbo.performance_metric_per_timeinterval'.'pk_performance_per_timeinterval' in database 'MAP_DB' because the 'PRIMARY' filegroup is full.
I have connected to the instance (localdb)\Maptoolkit with SQL Management studio and allowed the database to grow by 500MB unrestricted and the log files by 500MB restricted to 2,097,152 (as it would not allow me to selected unrestricted for the logs)however the same error occurs
Does anyone know a way around this? or do I have too much data?
Thank you