• So on my sql test server,

    I create a quick logshipping, with a data base witch have already a hudge LDF file.

    I made a tsql backup log like that :

    "BACKUP LOG database

    TO DISK = 'E:\TRNLOCAL\test.trn'

    GO"

    Work fine, BUT the LDF file are still hudge. What shall I do now to down the file? Shrink it ? (pretty sure it's will break my logshipping ... ?)