Update whole table fast
Right Click --> Edit top 200 Rows
Select the sides and delete
Copy new data from Excel or other source
Select the Side with * and insert
Check if data is correct with
SELECT * FROM <table_name>
To execute procedures use:
Note:
If you have multiple excel entries that need to be updated by the same procedure you can use the following excel formula to update each row individually
Adjust cells in excel from the formula with the corresponding ones
To select database table with timestamps use:
Last updated