Hi all
Having an issue with a log file for one of my test databases. In attempt to increase the size of the database to a few hundred gig, I have been doing a self join insert on a table. This causes my log file to increase massively - so i normally have to cancel the insert and then truncate and shrink the log - which has worked so far. It's now grown to 13 gb and is not shrinking at all. I've backed up the log with teh runcate_only option, and ran a dbcc shrink statement but it's staying 13 gb!!!! Does anyone know how i can shrink it down?
Any help appreciated!
Thanks,
Div
Having an issue with a log file for one of my test databases. In attempt to increase the size of the database to a few hundred gig, I have been doing a self join insert on a table. This causes my log file to increase massively - so i normally have to cancel the insert and then truncate and shrink the log - which has worked so far. It's now grown to 13 gb and is not shrinking at all. I've backed up the log with teh runcate_only option, and ran a dbcc shrink statement but it's staying 13 gb!!!! Does anyone know how i can shrink it down?
Any help appreciated!
Thanks,
Div