﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 Strategies  / Back up to other server .. not in path / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 09:45:08 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Back up to other server .. not in path</title><link>http://www.sqlservercentral.com/Forums/Topic1380375-361-1.aspx</link><description>DOH!  Really (as in silly me)Thanks!</description><pubDate>Fri, 02 Nov 2012 18:04:17 GMT</pubDate><dc:creator>britinusa</dc:creator></item><item><title>RE: Back up to other server .. not in path</title><link>http://www.sqlservercentral.com/Forums/Topic1380375-361-1.aspx</link><description>You need to ensure that the account running the SQL server service has access to write to the unc path</description><pubDate>Fri, 02 Nov 2012 11:10:19 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: Back up to other server .. not in path</title><link>http://www.sqlservercentral.com/Forums/Topic1380375-361-1.aspx</link><description>Thanks for the reply ... Tried manually entering the UNC.  While windows explorer copies fine to the backup server, sql 2005 fails with an error ... Error 5: Access denied. </description><pubDate>Fri, 02 Nov 2012 10:10:20 GMT</pubDate><dc:creator>britinusa</dc:creator></item><item><title>RE: Back up to other server .. not in path</title><link>http://www.sqlservercentral.com/Forums/Topic1380375-361-1.aspx</link><description>Note that the service account running on the new server needs rights to get to the SQL 2000 server. Along with that, use Anthony's advice.</description><pubDate>Fri, 02 Nov 2012 09:37:14 GMT</pubDate><dc:creator>Steve Jones - SSC Editor</dc:creator></item><item><title>RE: Back up to other server .. not in path</title><link>http://www.sqlservercentral.com/Forums/Topic1380375-361-1.aspx</link><description>You will need to manually create the backup command passing in the UNC pathSomething like[code="sql"]BACKUP DATABASE database1 TO DISK = '\\SERVER\share\database1.bak'[/code]You can manually type in the UNC path to the backup GUI, but the backup GUI cannot see anything other than the local drives of the SQL server.</description><pubDate>Fri, 02 Nov 2012 07:52:08 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>Back up to other server .. not in path</title><link>http://www.sqlservercentral.com/Forums/Topic1380375-361-1.aspx</link><description>We're in the process of migrating SQL 2000 to SQL 2005.  We're going to use the existing "box" that runs SQL 2000 as a temporary external back up device. Slowly we are moving the data and log files over ... Under Windows 7, we are able to easily copy files from one server to the other ... from SQL2000 to SQL2005 boxes.  Thus the new server can "see" and copy from the old box to the new.  But when we want to start backing up (already) to the old box ... SQL2005 is not including in the pull down list (browse) anything but the local server.  No network option. We right click on the given database, in the Destination list at bottom, we see a local folder; we click Add.  then click on the elipses; and only see the local server.  What am I doing wrong? Robert</description><pubDate>Fri, 02 Nov 2012 07:48:53 GMT</pubDate><dc:creator>britinusa</dc:creator></item></channel></rss>