HI
I detach databse from sql server 2008 and now I want copy .ldf and .mdf file but when I want copy these files into other location below error happen
what should I do?
Best Regards
Neda
This Link will guide you best for stop and start services of sql
http://technet.microsoft.com/en-us/library/hh403394.aspx
You cannot simply COPY the mdf and ldf while the services are running. If you do not want to stop the service, the other way that you can try is to make a FULL backup of your database. The full backup database will contain both MDF and LDF file anyway
You will need to type service.msc in RUN command window
and the find and stop SQL Server Service
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.