all groups > sql server new users > february 2005 >
You're in the

sql server new users

group:

Backing up across a network


Backing up across a network Paul
2/22/2005 5:57:03 PM
sql server new users:
OK ... maybe I am being dumb but for the life of me I cannot figure this out.
I have two servers both running 2003 and SQL Server 2k. I need to backup a
database across the network from server A to server B. I need to do this
without creating a share on either server. I have tried mapping virtual
drives, mapping to default network shares, I have added the SQL accounts into
Windows, added the Windows accounts into SQL. I keep getting that the device
is not present. I can get to the drive letter through DOS so I am fairly
sure it is a permission issue in SQL.

What am I missing?

Re: Backing up across a network Paul
2/22/2005 6:31:01 PM
Thanks Tom My mistake was that I was just using the share drive letter and
not the UNC. I am OK w/ using the default share (c$). Just not an actual
share people would see and get to.

[quoted text, click to view]
Re: Backing up across a network Tom Moreau
2/22/2005 9:11:31 PM
You'll need to use the full UNC name - and means using a share.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinnaclepublishing.com
..
[quoted text, click to view]
OK ... maybe I am being dumb but for the life of me I cannot figure this
out.
I have two servers both running 2003 and SQL Server 2k. I need to backup a
database across the network from server A to server B. I need to do this
without creating a share on either server. I have tried mapping virtual
drives, mapping to default network shares, I have added the SQL accounts
into
Windows, added the Windows accounts into SQL. I keep getting that the
device
is not present. I can get to the drive letter through DOS so I am fairly
sure it is a permission issue in SQL.

What am I missing?

Paul
Re: Backing up across a network Tom Moreau
2/22/2005 10:04:08 PM
You should avoid administrative shares. You can secure things by naming
your share with a trailing $ sign (e.g. MyShare$) and then granting access
only to specific accounts - such as the SQL Server domain account.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinnaclepublishing.com
..
[quoted text, click to view]
Thanks Tom My mistake was that I was just using the share drive letter and
not the UNC. I am OK w/ using the default share (c$). Just not an actual
share people would see and get to.

[quoted text, click to view]
AddThis Social Bookmark Button