Viewing 2 posts - 1 through 2 (of 2 total)
Try Give privileges to Net Work Service Account on that Folder From Where You are location Backup and On that Folder where you are moving Db Files
Hope this will...
February 21, 2008 at 2:25 am
#780546
Take the backup of the database and log
Then Execute this Command
Backup Log DataBaseName
With no_Log
DBCC Shrinkdatabase( DataBaseName ,0)
Hope that It will Help you
February 21, 2008 at 1:14 am
#780521