How SQL Server manages when a database is created in

January 30, 2008 – 1:00 pm

How SQL Server manages when a database is created in terms of I/O and disk usage?
One of the best features you have in the SQL Server is to create database data file (additional) on fly without having a slow performance affect on existing connections. But think about how SQL Server manages to use server threads for the data file that is used for the databases and how big disk que…
SQL Master

You must be logged in to post a comment.