I just configured Logshipping on my primary database. Everything seem's to be working fine. Is there a way, i make sure all the txn from my primary are loaded to secondary? Appreciated some input. Thanks, cali
hi , you can run RESTORE DATABASE WITH RECOVERY on the mirror server, but this will put your mirror database online. You can check to see if all datas are there
You may configure xp_sendmail notification on your secondary server when it completes the job/failure of the job; this way you will be notified if the job fails or job completes.
CHeck the SQL error log on primary & Secondary server to see whether log backup and restored on other side, if not you can use Log Shipping Monitor to view the status.