Friday, June 12, 2018
Class Reflection
In this class we looked at how databases store files
There is a master database called the mdf that stores all the information on the database and where to find your databases in the database server.
The next file is the ndf file that stores user created databases. These ndf files are what your actual database is stored in. The mdf just tells you where to find your databases and other system information etc.
Comments
Post a Comment