For SQL Server 2005, what is the preferred method for increasing the size of a database; i.e. we currently have allocated 20GB for some databases, but we misallocated and should have set the initial size to 50GB for each database, we are trying to mitigate performance problems involving automatic growth and thus we want to get the initial sizes correct. Some of the databases are currently being accessed while others are not as we are in the testing phase of our applications. I assume whichever method I use, will require some downtime.
Thanks in advance. Apologies if this is too trivial.
Thanks in advance. Apologies if this is too trivial.