How to open BCM file(not archived,just *.mdf &*.ldf)?

P

pyay2000

Really thank you but it's too difficult to me
result are
C:\Documents and Settings\Administrator>OSQL -E -S .\mssmlbiz -d master
-Q"CREAT
E DATABASE MSSmallBusiness ON (FILENAME = 'C:\Documents and
Settings\Administrat
or\Local Settings\Application Data\Microsoft\Business Contact
Manager\MSBusiness
ContactManager.mdf') FOR ATTACH"
[DBNETLIB]SQL Server does not exist or access denied.
[DBNETLIB]ConnectionOpen (Connect()).
 
L

Luther

Really thank you but it's too difficult to me
result are
C:\Documents and Settings\Administrator>OSQL -E -S .\mssmlbiz -d master
-Q"CREAT
E DATABASE MSSmallBusiness ON (FILENAME = 'C:\Documents and
Settings\Administrat
or\Local Settings\Application Data\Microsoft\Business Contact
Manager\MSBusiness
ContactManager.mdf') FOR ATTACH"
[DBNETLIB]SQL Server does not exist or access denied.
[DBNETLIB]ConnectionOpen (Connect()).

What version of BCM do you have? With 2003, use microsoftsmlbiz
instead of mssmlbiz on the osql cmd line.

You can check Windows's list of services to confirm whether the sql
service instance is running.

By the way, I recommend you never login and work as user
administrator. That login is not meant for regular use. If the machine
is connected to the internet, the security risks are tremendous.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top