[dba-SQLServer]SQL-DMO backup remote database

Djabarov, Robert Robert.Djabarov at usaa.com
Thu Apr 24 16:10:02 CDT 2003


Elizabeth,

Your network backup attempt should work from either SQL-DMO or ADO/RDO/ODBC API code providing that the SQL Server service that runs on your users' machines is running under the domain account that has WRITE privileges on your box or is a member of Backup Operator Windows Security group.

Robert Djabarov
Senior SQL Server DBA
USAA IT/DBMS
? (210) 913-3148 - phone
? (210) 753-3148 - pager


 -----Original Message-----
From: 	Elizabeth [mailto:ecarey at myway.com] 
Sent:	Thursday, April 24, 2003 3:45 PM
To:	dba-sqlserver at databaseadvisors.com
Subject:	Re: [dba-SQLServer]SQL-DMO backup remote database


Hi,

Thanks for the reply!  I have spent the afternoon researching this and found some things that are interesting...

I tried out your code:

Dim con As New ADODB.Connection
con.ConnectionString = "Provider=MSDataShape.1;Persist Security Info=False;Data Source=USERS_PC;User ID=sa;Initial Catalog=Incidents;Data Provider=SQLOLEDB.1"
con.Open
con.Execute "BACKUP DATABASE Incidents TO DISK=N'c:\Incidents.bak' WITH INIT, NOUNLOAD, " & _
    "Name='Incidents', NOSKIP, NOFORMAT"

And this code also seems to run, but still didn't put the file on my hard drive.... what it did do is put it on my USER'S hard drive.  I just went to her desk and found every file that I had created was on HER computer, not mine. Hmmm.  Her disk is not shared, so I have no way of browsing to it to retrieve the files. The code above (and my SQL-DMO code) throws an error if you try to send to a network drive.

If anyone wants my SQL-DMO code for doing the backup from a (local) database I'll be happy to post it.

Thanks!
Elizabeth


--- On Thu 04/24, Francisco H Tapia < my.lists at verizon.net > wrote:From: Francisco H Tapia [mailto: my.lists at verizon.net]To: dba-
BACKUP [YOURDB] TO DISK = N'C:YourPathYourFilename.bak' WITH INIT ,
NOUNLOAD , NAME = N'YOUR DB BACKUPName', NOSKIP , NOFORMAT



_______________________________________________
No banners. No pop-ups. No kidding.
Introducing My Way - http://www.myway.com
_______________________________________________
dba-SQLServer mailing list
dba-SQLServer at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-sqlserver
http://www.databaseadvisors.com





More information about the dba-SQLServer mailing list