I am updating some data in a table using a transaction. The transaction log is available in ldf database files. Now, by mistake, the user made a transaction to delete records, and he received a commit, and the data was deleted. so is there any way to discard this particular transaction. Please suggest. I would really appreciate your help.
Thanks,
You cannot cancel a committed transaction.
" . , , , . . , , , .
SQL Server, fn_dblog DBCC LOGINFO, , . . . , .
, , , FULL BULK LOGGED
, , SQL Server Management Studio ApexSQL. , RedGate SQL Rescue. , : , , , , .
: ApexSQL
, (.. ) "WITH STANDBY = 'filename" . , .
SQL 2000 , , , . - , SQL script. , , SQL (, Quest, Red Gate, Idera).
Source: https://habr.com/ru/post/1714280/More articles:Center rotation UIView - iphoneThe most compact way to count the number of lines in a file in C ++ - c ++Comb line recursively in all .htaccess files - linuxC ++ STL map typedef errors - c ++Effective customer interaction RESTful - restIs it possible to change / limit dynamicfilter values ββin asp.net - c #Django ManyToMany add () error - pythonBluetooth development kit for customizing modulation algorithms - embeddedCreating a game schedule with PHP _ More complicated than I thought - arraysHow can I create a round robin tournament in PHP and MySQL? - phpAll Articles