Asked By
7060 points
N/A
Posted on - 11/15/2011
Best Answer
Best Answer
How do you design a new database management for library??
Hi there,
You can create new database management in many ways. I will give a solution on My SQL database management. To do these follow these steps
1.      Connect to a SQL server Database Engine instantly.
2.      Right click on database and select new database.
3.      Here enter a name and password for new database.
4.      Then select username and press ok.
5.      To changes database default primary data click on Database files grid.
6.      Go to the option page and change collation, recovery model, database options etc.
7.      You can add new file group here by clicking on filegroups page
8.      At last just press ok.