hi Lowfatspread
Is there any chances that we can rollack our transaction from a particular point(say in anotherwords we have deleted records in a comitted transaction and in the next transaction we wants to retrive it. Is there any way to apply this ?
For Example In Visual FoxPro u can delete records and recall it until u are apply the pack command. Is there any privilege like that in SQL Server
Main Topics
Browse All Topics





by: LowfatspreadPosted on 2004-03-27 at 23:52:40ID: 10697583
do you have a backup of the database from a point in time where the rows would be present?
if so restore that as a new database
and retrieve the rows from there
good luck...