When trying to create the Time Tracker Database for use with the exercises in Beginning
VB.NET Databases, I get the following errors
Msg 262, Level 14, State 1, Line 4
CREATE TABLE permission denied in database 'master'.
Msg 262, Level 14, State 1, Line 2
CREATE TABLE permission denied in database 'master'.
Msg 262, Level 14, State 1, Line 2
CREATE TABLE permission denied in database 'master'.
Msg 262, Level 14, State 1, Line 2
CREATE TABLE permission denied in database 'master'.
Msg 262, Level 14, State 1, Line 2
CREATE TABLE permission denied in database 'master'.
Msg 262, Level 14, State 1, Line 2
CREATE TABLE permission denied in database 'master'.
Msg 262, Level 14, State 1, Line 2
CREATE TABLE permission denied in database 'master'.
Msg 156, Level 15, State 1, Line 9
Incorrect syntax near the keyword 'PRIMARY'.
Msg 156, Level 15, State 1, Line 6
Incorrect syntax near the keyword 'PRIMARY'.
Msg 156, Level 15, State 1, Line 6
Incorrect syntax near the keyword 'PRIMARY'.
Msg 156, Level 15, State 1, Line 6
Incorrect syntax near the keyword 'PRIMARY'.
Msg 156, Level 15, State 1, Line 6
Incorrect syntax near the keyword 'PRIMARY'.
Msg 156, Level 15, State 1, Line 6
Incorrect syntax near the keyword 'PRIMARY'.
Msg 156, Level 15, State 1, Line 6
Incorrect syntax near the keyword 'PRIMARY'.
Msg 4902, Level 16, State 1, Line 5
Cannot find the object "GroupProjects" because it does not exist or you do not have permissions.
Msg 4902, Level 16, State 1, Line 2
Cannot find the object "TimeSheetItems" because it does not exist or you do not have permissions.
Msg 4902, Level 16, State 1, Line 2
Cannot find the object "TimeSheets" because it does not exist or you do not have permissions.
Msg 4902, Level 16, State 1, Line 2
Cannot find the object "Users" because it does not exist or you do not have permissions.
What's up?
Thomas G Magaro