The solution that resolved my problem was:
- Login to SqlExpress via SQL Server Management Studio
- Go to the "Security" directory of the database
- Right-click the Users directory
- Select "New User..."
- Add 'NT AUTHORITY\NETWORK SERVICE' as a new user
- In the Data Role Membership area, select db_owner
- Set server roles "Public" and "Sysadmin"
- Click OK
Here's a screenshot of the above:
No comments:
Post a Comment