I have made my database in SQLExpress and its a master database . I would like to create a CD for my project so need the database file. I am not able to find that file please suggest a solution
thanks!
I have made my database in SQLExpress and its a master database . I
Share
You’ll need the .mdf and .ldf in the SQL Server installation directory, but if you’ve created everything in the master database, I’d recommend creating a different database and moving everything there instead. The master db shouldn’t be used for stuff like that.