I recently moved to the MS environment where we use SQL Server.
I’m struggling to find a tool which would allow updating tables by clicking on the result view (e.g. from a SELECT statement) and modifying the data directly there rather then writing an UPDATE statement.
Could you suggest a tool?
Reasoning: it takes ages to write UPDATE statements, especially if you join multiple tables.
I personally don’t use it (or recommend it), but it is built into SQL Management Studio, just right click on the table: