I'm trying to check a rather large file into Team Foundation Server (TFS) and getting the following exception.
TF30042: Database is Full. Contact your Team Foundation Server administrator.
Problem is, I am the administrator. I've checked the database files (both collection and tempdb), and I'm nowhere near the limits in SQL Server 2008 R2, and I've set AutoGrowth to use 8gb chunks and unlimited size on both the database and log files. We have plenty of disk space on the drive that the SQL Server database resides on, and I don't see any size limits in the TFS Administration Console.
From everything I can tell, it seems that I should be fine, what am I missing?