I'm fairly new to SQL, and I'd like to do some quick testing.
I'm about to update a field in 81 records in a table. After each test, I'd like to get back where I started. I've saved off my query results to a CSV. I haven't been able to find how to import my CSV to update only the original records. I do have an id field, so I the records are unambiguous.
The table I'm applying this to is big enough that a full restore takes a little too long.
I'm sure it's simple, but my searches are mostly finding how to create a new table when importing a CSV.
SQL Server Management Studio 2019