Taking Backup Across Domains

Last post 03-31-2008 11:15 AM by Balasundaram. 4 replies.
Page 1 of 1 (5 items)
Active Topics My Discussions Unanswered Sort Posts: Previous Next
  • 03-28-2008 3:19 PM

    Taking Backup Across Domains

    Hi All,

    I am trying to take a database backup from a sql server which is on 'x' domain and trying to store it on 'y' domain and I get the below error. 

    --------------------------------------------------------------------------------------------------------------------
    Server: Msg 3201, Level 16, State 1, Line 1
    Cannot open backup device '\\servername\shared_folder_name\north_wind.bak'. Device error or device off-line. See the SQL Server error log for more details.
    Server: Msg 3013, Level 16, State 1, Line 1
    BACKUP DATABASE is terminating abnormally.
    --------------------------------------------------------------------------------------------------------------------

    Below is my understanding on this problem:

    I guess, I need to make the x & y domain as trusted connection, and give the permission for sqlservice account to y(domain) shared folder.

    Please confirm whether my understanding is correct or not.

    Thanks,
    Bala

     

     

    Filed under:
  • 03-29-2008 3:43 PM In reply to

    Re: Taking Backup Across Domains

    I would guess the domains would need a trust in place for this and SQL service accounts with correct permissions.

     

    cant ya cheat and just copy the backup to the other servers drive :)

     

     

     

  • 03-31-2008 3:25 AM In reply to

    Re: Taking Backup Across Domains

    true, to achieve this both domain have trust relationship (trusted domains) and then you can access their shared resources but again you have to manage NTFS permission too

    Hemantgiri S. Goswami | MS SQL Server MVP
    -------------------------
    "Humans don't have Caliber to PASS TIME , Time it self Pass or Fail Humans" - by Hemantgiri S. Goswami

    http://hemantgirisgoswami.blogspot.com
    http://forums.surat-user-group.org/

    View Hemantgiri S. Goswami's profile on LinkedIn

    Disclaimer: This post is provided as is, for the sake of knowledge sharing only.
  • 03-31-2008 3:57 AM In reply to

    • satya
    • Top 10 Contributor
    • Joined on 11-05-2002
    • United Kingdom
    • Posts 22,567
    • Microsoft MVP
      Moderator

    Re: Taking Backup Across Domains

    If not you can use the same account between thse 2 domains with necessary privileges in order to perform the backup.

    -Satya S K J

    SQL Server MVP



    Knowledge is Power, you will gain by sharing it. SSQA.net - Invisible contributions to the users & visible success in SQL Community.
  • 03-31-2008 11:15 AM In reply to

    Re: Taking Backup Across Domains

    All,

    Thanks for the reply, I try out the options suggested.

    Thanks once again.

    - Bala

Page 1 of 1 (5 items)
Active Topics   My Discussions    Unanswered Posts


© 2000 - 2007 vDerivatives Limited All Rights Reserved.