I have a single Server with a single database with multiple tables. I want to split off some of the the tables into a seperate database on the same server. I have been able to do that by various methods - attach, copy, restore and giving the new database a new MDF and LDF name. Then just deleting the tables, views and diagrams I don't want in the new database. However, the new database still uses a file name from the old database. Looking at the Database files tab on Properties it shows File Name is the same as from the original database, and Location reflects the new MDF file Name I gave it. If I delete the old database entirely, the new one still works, but still has that name reference.
Does anyone know if it is possible to change that File Name to something else? or does it even matter? both databases seem to work ok. Maybe it has something to do with the Master database. I just don't know.
Does anyone know if it is possible to change that File Name to something else? or does it even matter? both databases seem to work ok. Maybe it has something to do with the Master database. I just don't know.