6. Create the Sql Server Database
|
- Open the Sql Server Enterprise Manager.
- Create a new database named BugTrack.
-
Create a new server login named BugTrackDBO
with a default database of BugTrack:

-
Now create a new User for the BugTrack database and select BugTrackDBO.
Grant them the role of db_owner:

|
|
<Back
|
Next>
|
|