an attempt to attach an auto-named database for file C:\ Program files\ Default Company Name \Cloth Invenotry \Garment.mdf failed . A database with the same name exists,or specified file cannot be opened or it is located on UNC share( In window based Application )
how to solve this issue
Loading
Guest UserPosted Jul 8, 2014, 2:24 AM
- connecting with Garment.mdf
- Recreating Garment.mdf
you've two options,
- create db with new name say Garment_new.mdf
- don't recreate when you already have Garment.mdf (I prefer this)
twitter @sumitjolly