I have a database that is in Full Recovery Mode that I restored from a backup file
Now I want to clear/truncate the transaction log file. How I can do this.
Step 1 I tried to backup the transaction log using
BACKUP LOG [test] TO DISK
but I get error:
BACKUP LOG cannot be performed because there is no current database backup.
So what I should do to clear the transition log if I want to keep the database in Full Recovery Mode