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

  • Thread starter Thread starter pyay2000
  • Start date Start date
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()).
 
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.
 
Back
Top