We have several engineering projects whose data is finally stored in a .mdf
SQL Server database file. I now want to centralize all this engineering data and create reports about the different projects.
What would you recommend? Should I attach all the .mdf
files to a central SQL Server instance, or extract the data from all the .mdf
files and save them to a new database?