Hello,
I'm somewhat new to database administration for SQL, but I know a decent amount. The company I work for started with a blank live database and then copied another database (ERP software database) into to overwrite it. A new transaction log file was created. The original log file was not deleted. Apparently the database is writing to both transaction log files. Each one is about 46 - 47 GB in size (which is my other issue. I need to make them smaller for lack of storage space). My main question is why is it using two transaction log files and how can I change that? Database recovery model is set to FULL.
Any help on this would be much appreciated
Product: Microsoft SQL Server 2012