I have a database with two transaction log files, I have deleted one log file using alter database remove file , when I run sp_helpdb it shows me the file that i deleted is not there, however when I check database properties the file still shows there, how do i make sql show correct information without restarting the instance?
↧