1) Is there anyway via TSQL to run a query for all databases in an instance (SQL 2005) to see if any have maxsize set, and if so how close they are to the maxsize?ideally the output would list all databases and maxsize status.
2) If you dont have maxsize set for datafiles, is the only thing space wise you need to monitor the free space on the disk on which the databases are stored?
3) What would happen if the DB got to maxsize and you didnt provision additional space?