I have few questions on Bulk Operations1) how the SQL Server detects Bulk Operations ?2) I did put SQL Server database in Bulk Logged recovery model and started to insert 1000 rows after insert 500 rows Server got rebooted because of some Hard issue.i) After the server is backup to online, is the database went to restoring mode ?ii) is the transaction roll backed after the server is back to online ?ii) do we need rerun the same transaction after server is back to online ?
↧