asp.net - How to extract the database file when using SQLExpress in Visual Studio -
i have made database in sqlexpress , master database . create cd project need database file. not able find file please suggest solution thanks!
you'll need .mdf , .ldf in sql server installation directory, if you've created in master database, i'd recommend creating different database , moving there instead. master db shouldn't used stuff that.
Comments
Post a Comment