1. Making Databases
there are two ways.
•
Graphically using ssms
•
Using a Query : Create Database
데이터 베이스를 만들면, 해당 데이터베이스에 두가지 파일이 생성됨.
•
MDF file : master data file. → contain actual data
•
LDF file : transaction log file. → used to recover the database