-
Notifications
You must be signed in to change notification settings - Fork 2
MSSQL: Edit DB in VS2019
Daniel Møller edited this page Apr 21, 2020
·
5 revisions
Editing For MSSQL: To connect to the database live, and edit it
-
Go to View => Server Explore
-
Right-click "Data Connections"
-
Click "Add Connection"
Step 2+3 -
Use the same credentials as in For MSSQL: To update the database project (only do this if database is complete) (step 3 to 6)
-
You should now be connected to the DB
-
To edit tables:
- Right-click a table
- Click "Design"
Step 6.ii - Edit what you want
- Click the update button in the top left corner
-
To edit table data:
- Right-click a table
- Click "Retrieve data"
Step 7.ii - Edit what data you want, every time you go to a new row, it automatically updates the database