BCM version 4
Business Contact Manager for Office 2010 now in technical preview. The BCM team blog has the details.
Mitdasein in the experience of encountering the customer in our common having been cast into the opening of beyng
Business Contact Manager for Office 2010 now in technical preview. The BCM team blog has the details.
This is for when the regular backup through BCM doesn't work. Be sure to change domain, user, database, and paths to your circumstances.
RESTORE DATABASE MSSmallBusiness FROM disk = 'C:\temp\en-US#3.0.5625.0'
with replace,
move 'MSSmallBusiness_dat' to 'c:\users\luther\AppData\Local\Microsoft\Business Contact Manager\MSSmallBusiness.mdf',
move 'MSSmallBusiness_log' to 'c:\users\luther\AppData\Local\Microsoft\Business Contact Manager\MSSmallBusiness.ldf'
GO
EXIT
sp_changedbowner 'wuming\luther'
GO
EXIT