Help me please

Results 1 to 4 of 4
  1. #1
    Novice josef300 is offline
    MemberRank
    Dec 2011 Join Date
    1Posts

    ! Help me please

    Good step I need help with my gunz.

    When I restored the database using one device do everything right but when I accept I get this:



    I can do any possible solution?

    Please I need the solution quickie


  2. #2
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,253Posts

    Re: Help me please

    This is an English speaking forum, no-one will understand what your Error Contains so how do you expect us to be able to help you at all?

  3. #3
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Help me please

    It's basically saying that you cannot connect to whatever you typed for the Database.

  4. #4
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: Help me please

    If you wanted the solution "quickie" then you had to use Google.


    Error 3205 Too Many Backup Devices Specified.
    Applies to: Microsoft SQL Server 2000, Microsoft SQL Server 2005.

    Error Message.

    When you are trying to restore a backup created on a Microsoft SQL Server 2005 instance to a different Microsoft SQL Server instance using Microsoft SQL Server Management Studio, you get the following error:

    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
    Additional information:
    Too many backup devices specified for backup or restore; only 64 are allowed.
    RESTORE HEADERONLY is terminating abnormally. (Microsoft SQL Server, Error: 3205)

    Cause.

    You are trying to restore a Microsoft SQL Server 2005 database into Microsoft SQL Server 2000 instance.
    Backups created with Microsoft SQL Server 2005 cannot be restored to an earlier version of SQL Server(1).

    Solution.

    Make sure you are restoring to the intended SQL Server instance.
    Run the following command "SELECT @@version" on the target instance of the restore operation, and make sure you are not restoring to a SQL Server 2000 instance.
    If I'm right, you can't import a 2008 backup to 2005 SQL server or 2005 to 2000.



Advertisement