Up until now, I did a full backup of the databases on a nightly basis. Didn't do transaction log backups and as result my log file has grown big and now I'd like to truncate it regularly (I was under the impression that truncation occurs with a full database backup!).
With business growing and more transactions taking place, I'd like to backup the transaction log atleast once during the day. My questions is. While the backup log statement is running, would new transactions be logged? Also, would users be able to insert/delete/updata data while the back up log is running?
Thanks in advance for you inputs.
L'Tayn
With business growing and more transactions taking place, I'd like to backup the transaction log atleast once during the day. My questions is. While the backup log statement is running, would new transactions be logged? Also, would users be able to insert/delete/updata data while the back up log is running?
Thanks in advance for you inputs.
L'Tayn