Click here to Skip to main content
15,914,221 members
Home / Discussions / Database
   

Database

 
GeneralRe: Stored Procedures Pin
Anonymous14-Nov-04 22:38
Anonymous14-Nov-04 22:38 
QuestionHow to back up database on remote computer?? Pin
venadder12-Nov-04 5:07
venadder12-Nov-04 5:07 
Cry | :(( Hi,
I am trying to tell MSSQL Server running on a remote computer on LAN to back up a database on my computer. This is done through a application written in c++.
The Idea is to back up the database on the computer where the server is located as well as on the computer running the app.
What I did before this dual requirement was presented was create a stored procedure to backup the database which took the database name and the location to be backed up to as arguments.
It works well as SQL Server backs it on the local drive specified the path.

No if I send in the network address of my computer to do the same, SQL SERVER error log tells me that operating system denied permission ( which is what will be expected ).
I send in a string as \\computername\driverletter$\path\filename.zip

How can I modify this to include the user name and passwrod so that SQL SERVER can back it up on my computer without security problems???

I have tried net use kind of syntax but it does not help.
Please help!! this is really important.

Thanks In advance.



GeneralConnection String for Connection to OLAP Server Pin
mysorian11-Nov-04 16:50
professionalmysorian11-Nov-04 16:50 
GeneralRe: Connection String for Connection to OLAP Server Pin
David Salter11-Nov-04 23:47
David Salter11-Nov-04 23:47 
GeneralFrom a Blob to some type of image in Java Pin
Red Sunday11-Nov-04 9:39
Red Sunday11-Nov-04 9:39 
GeneralInserting Pin
eggie511-Nov-04 8:45
eggie511-Nov-04 8:45 
GeneralRe: Inserting Pin
Colin Angus Mackay11-Nov-04 9:12
Colin Angus Mackay11-Nov-04 9:12 
GeneralRe: Inserting Pin
eggie511-Nov-04 9:15
eggie511-Nov-04 9:15 
GeneralRe: Inserting Pin
Colin Angus Mackay11-Nov-04 9:27
Colin Angus Mackay11-Nov-04 9:27 
GeneralRe: Inserting Pin
eggie511-Nov-04 9:34
eggie511-Nov-04 9:34 
GeneralRe: Inserting Pin
Colin Angus Mackay11-Nov-04 9:38
Colin Angus Mackay11-Nov-04 9:38 
GeneralRe: Inserting Pin
eggie511-Nov-04 9:42
eggie511-Nov-04 9:42 
GeneralRe: Inserting Pin
Colin Angus Mackay11-Nov-04 9:48
Colin Angus Mackay11-Nov-04 9:48 
GeneralBrowse through list of databases on server Pin
RFickling11-Nov-04 3:58
RFickling11-Nov-04 3:58 
GeneralRe: Browse through list of databases on server Pin
Colin Angus Mackay11-Nov-04 4:23
Colin Angus Mackay11-Nov-04 4:23 
GeneralConnectionString for Server Pin
Vector711-Nov-04 1:36
Vector711-Nov-04 1:36 
GeneralRe: ConnectionString for Server Pin
Daniel Turini11-Nov-04 1:59
Daniel Turini11-Nov-04 1:59 
GeneralRe: ConnectionString for Server Pin
Vector711-Nov-04 2:15
Vector711-Nov-04 2:15 
GeneralRe: ConnectionString for Server Pin
Luis Alonso Ramos21-Nov-04 15:39
Luis Alonso Ramos21-Nov-04 15:39 
GeneralRe: ConnectionString for Server Pin
Mekong River11-Nov-04 14:00
Mekong River11-Nov-04 14:00 
GeneralRe: ConnectionString for Server Pin
Luis Alonso Ramos21-Nov-04 15:37
Luis Alonso Ramos21-Nov-04 15:37 
GeneralDate Format Pin
Brendan Vogt11-Nov-04 0:57
Brendan Vogt11-Nov-04 0:57 
GeneralRe: Date Format Pin
Michael Potter11-Nov-04 9:58
Michael Potter11-Nov-04 9:58 
GeneralCASE function Pin
Brendan Vogt11-Nov-04 0:56
Brendan Vogt11-Nov-04 0:56 
GeneralRe: CASE function Pin
Christian Graus11-Nov-04 9:07
protectorChristian Graus11-Nov-04 9:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.