After I pause, log shipping, take the t-log backup, a.trn,
On Secondary Instance
RESTORE LOG A_Log
FROM DISK='E:\MSSQL\BACKUP\a.trn'
WITH MOVE 'a2' to 'G:\MSSQL\Data\a.ndf',
NO RECOVERY
Start Log shipping back up.
One other question, for now:w00t:
Will all the data from the logs that will now be applied, be placed in the new data file, since the drive thennew data file is basically empty and drive for the original data file is almost full.
Keith