I have a local project i am working on, on my own workstation. I use a local SQL server as well.
The project contains alot of data, and as of now, i just need to be able to store all this data in the SQL db. The main PRIMARY file is, as of now, in the size of 9,5 GB. I keept getting the error "Could not allocate space for object 'dbo.History' in database '[path to mdf]' because the 'PRIMARY' filegroup is full". I then tried fiddling with the autogrowth porperties (default was "By 10 percent, unrestricted growth". I have around 60gb free on the disk. I then tried setting it to "By 50000 mb, unrestricted growth", and adding 4 more primary files - but i still get the same error?
What can i do - i am not really to concerned about how and why the db is so large, i just want the SQL server to accomodate the size of the files.