Sql Server Error: The primary data or log file cannot be removed from a database
- Posted by Sqltimes
- On May 31, 2013
- 0 Comments
Another quick one: Sometimes when you are try to move data/log files from one location to another you employ the option of moving all the objects from the file and emptying it out. Then using ALTER DATABASE we could try to delete it. But when you do that we run into this error. [sourcecode language=”sql”] […]
Read More