Friday, June 15, 2018 Class Reflection In this class we looked at database security. Database security has two main concepts, principles and securables. Principles can be thought of as roles. These roles can be applied to users, groups, machines and almost anything that might interact with the database. Securables are what principles can be given permissions to. SQL server has 2 modes of authentication. Windows authentication, and mixed mode authentication.
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.