I accidentally executed this query
Update Table Set Field = 1 Where Date < dt
I need to undo this, is there i way to do so?
Havent touch sqlserver since the execution of that query.
I accidentally executed this query
Update Table Set Field = 1 Where Date < dt
I need to undo this, is there i way to do so?
Havent touch sqlserver since the execution of that query.