Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: RESTORE IN SQL 2005

    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...

  • RE: Best practices for shrinking transaction log file

    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

Viewing 2 posts - 1 through 2 (of 2 total)