Sql server instance A on server A Database A on sql server instance A
SQL server instance B on server B Database B on sql server instance B.
Database A log ships to Database B: Database A do transaction log backup to V drive(300GB space) on server A. Then copy log backup from V drive to T drive on server B.Then restore transaction log on sql server instance B.
One day, transaction log backup of database A to V drive on server A fails continuously because A continues to generate 30GB transaction log backup file and then finally only 10 GB free space on V drive.
I contact developer to cancel big,long query.
On server A, I then plan to move some .trn file from V drive to another W drive to leave space on V drive for next transaction log backup of databases A.
On V drive, Here are current transaction log backup files list:
a1---- 30GB 3:00 am
a2---- 30GB 2:00 am
a3--- 30GB 1:00 am
a4---1 Gb 12:00am
a5-- 1 Gb 11:00 PM
...............................
May I move a1,a2,a3 to anoither drive and leave a4,a5 on V drive?Not so sure and be afraid of any destory about log shipping. Need to fix current problem and prevent repeat problem.