TITLE: Microsoft SQL Server Management Studio Express

  • Hi,

    Im takin error when i restore my .bak file to my database it becomes

    TITLE: Microsoft SQL Server Management Studio Express

    ------------------------------

    Restore failed for Server 'PERFECTPC\SQLEXPRESS'. (Microsoft.SqlServer.Express.Smo)

    How can i resolve this ? Is there any idea?

    thanx

  • Check your error logs there will be a more descriptive error message in there

  • doca (3/5/2009)


    Hi,

    Im takin error when i restore my .bak file to my database it becomes

    TITLE: Microsoft SQL Server Management Studio Express

    ------------------------------

    Restore failed for Server 'PERFECTPC\SQLEXPRESS'. (Microsoft.SqlServer.Express.Smo)

    How can i resolve this ? Is there any idea?

    thanx

    This .bak file is the backup from your SQL Express or is coming from other SQL versions !?

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • i get this error

    System.Data.SqlClient.SqlError: The operating system returned the error '5' while attempting 'RestoreContainer::ValidateTargetForCreation' on '(Microsoft.SqlServer.Express.Smo)

    bak is comin another computer same version

  • ...and if you have again the question about SQL Server Express you can start thread here

    http://www.sqlservercentral.com/Forums/Forum324-1.aspx

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • Please read through the error logs. There should be a more descriptive explanation to the error than what you have currently posted. Based solely on that error message, I have no idea why it may have failed.

  • ok thanx

  • doca (3/5/2009)


    i get this error

    System.Data.SqlClient.SqlError: The operating system returned the error '5' while attempting 'RestoreContainer::ValidateTargetForCreation' on '(Microsoft.SqlServer.Express.Smo)

    bak is comin another computer same version

    It seems that the account used to restore the database doesn't have privileges to write the files on specified path where you are attempting to restore DB! Check the user if can write to that location!

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • Dugi (3/5/2009)


    doca (3/5/2009)


    i get this error

    System.Data.SqlClient.SqlError: The operating system returned the error '5' while attempting 'RestoreContainer::ValidateTargetForCreation' on '(Microsoft.SqlServer.Express.Smo)

    bak is comin another computer same version

    It seems that the account used to restore the database doesn't have privileges to write the files on specified path where you are attempting to restore DB! Check the user if can write to that location!

    Looks like the OP was posting additional info as I was writing my reply. I have to agree with Dugi at this point unless the OP is able to find additional information beyond what has already been provided.

Viewing 9 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic. Login to reply