Hi
I want add .mdf file in visual studio 2010 but in add conncetion show this error :
click this link to show error
use SQL server 2008 R2 and VS2010
and I dont know what
Please help me or give me a learning file or website
Thanks
Hi
I want add .mdf file in visual studio 2010 but in add conncetion show this error :
click this link to show error
use SQL server 2008 R2 and VS2010
and I dont know what
Please help me or give me a learning file or website
Thanks
A compact troubleshooting checklist for the .mdf / "Add Connection" problem raised by . Most failures come from the SQL Server service not having access to the file, a version mismatch, or trying to attach the file the IDE cannot handle directly. The steps below resolve the majority of cases.
CREATE DATABASE [MyDB] ON (FILENAME = 'C:\Path\MyDB.mdf') FOR ATTACH_REBUILD_LOG; When attaching for application use, an AttachDbFilename connection string is common (SQL Server Express example):
Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\MyDB.mdf;Integrated Security=True;User Instance=True; If problems persist, consult the SQL Server error log and Windows Application event log for the exact message; that text usually pinpoints whether the issue is permissions, corruption, or version mismatch. For official guidance on attaching databases, see Attach a database.
Please Give me the link then I'll delete it
Someone please help me to make, so I need
Please let somebody answer me, for a project need
Give the answer if s earlier
Or Give me a training file, answer me earlier Agrm'll Give Thanks
Thanks again
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.