I have a TFS 2018 running in a machine. My log files are huge so I am deciding how to deal with it. I found how I can use Management studio and use the shrink log files option.
(Log into Microsoft SQL Server Management Studio > Right click on your database > Right click on the database > Select Tasks > Shrink > Files.)
Then If I select File Type: "Log", It will shrink the log files for the selected database (Collection). But what kind of info does this delete? Does it delete sensible/important information?
Is there an option to delete this file(s) but leaving the log file for the last 15 days for example? So it would delete everything older than 15 days.