Click here to Skip to main content
15,881,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Inheritance Pin
Chris Meech12-Nov-04 8:48
Chris Meech12-Nov-04 8:48 
GeneralDatabase Day/Month switching to Month/Day Pin
DRHuff12-Nov-04 6:59
DRHuff12-Nov-04 6:59 
GeneralRe: Database Day/Month switching to Month/Day Pin
Chris Meech12-Nov-04 8:42
Chris Meech12-Nov-04 8:42 
QuestionMy stack is corrupted?!? Pin
Nathan Addy12-Nov-04 5:09
Nathan Addy12-Nov-04 5:09 
AnswerRe: My stack is corrupted?!? Pin
John M. Drescher12-Nov-04 5:27
John M. Drescher12-Nov-04 5:27 
GeneralRe: My stack is corrupted?!? Pin
Nathan Addy12-Nov-04 5:34
Nathan Addy12-Nov-04 5:34 
AnswerRe: My stack is corrupted?!? Pin
Joaquín M López Muñoz12-Nov-04 5:30
Joaquín M López Muñoz12-Nov-04 5:30 
Questionhow to backup database non remote computer? Pin
venadder12-Nov-04 5:02
venadder12-Nov-04 5:02 
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.
Mad | :mad:
AnswerRe: how to backup database non remote computer? Pin
John M. Drescher12-Nov-04 5:11
John M. Drescher12-Nov-04 5:11 
GeneralRe: how to backup database non remote computer? Pin
venadder12-Nov-04 5:37
venadder12-Nov-04 5:37 
GeneralRe: how to backup database non remote computer? Pin
John M. Drescher12-Nov-04 5:55
John M. Drescher12-Nov-04 5:55 
GeneralRe: how to backup database non remote computer? Pin
venadder12-Nov-04 6:24
venadder12-Nov-04 6:24 
GeneralRe: how to backup database non remote computer? Pin
John M. Drescher12-Nov-04 6:46
John M. Drescher12-Nov-04 6:46 
GeneralRe: how to backup database non remote computer? Pin
venadder12-Nov-04 7:03
venadder12-Nov-04 7:03 
GeneralRe: how to backup database non remote computer? Pin
John M. Drescher12-Nov-04 7:09
John M. Drescher12-Nov-04 7:09 
QuestionHow To Create Sys Env Var Programmatically? Pin
Spoodles12-Nov-04 4:58
Spoodles12-Nov-04 4:58 
Generalcrashes when I pass data from dialog to View, Need help! Pin
Ibana12-Nov-04 4:55
Ibana12-Nov-04 4:55 
Generalunreferenced local variable Pin
yellowtulips12-Nov-04 4:30
yellowtulips12-Nov-04 4:30 
GeneralRe: unreferenced local variable Pin
Manfred Staiger12-Nov-04 4:44
Manfred Staiger12-Nov-04 4:44 
GeneralRe: unreferenced local variable Pin
Michael Dunn12-Nov-04 7:03
sitebuilderMichael Dunn12-Nov-04 7:03 
GeneralMDI Application Pin
Jnewg512-Nov-04 4:16
Jnewg512-Nov-04 4:16 
Generala step by step running Pin
goldmount12-Nov-04 3:58
goldmount12-Nov-04 3:58 
GeneralRe: a step by step running Pin
David Crow12-Nov-04 3:59
David Crow12-Nov-04 3:59 
Questionhow do u change the color of the frameof a picture control in a dialog??? Pin
namaskaaram12-Nov-04 3:03
namaskaaram12-Nov-04 3:03 
GeneralRemoving combo box from filedialog Pin
vilmer12-Nov-04 0:01
vilmer12-Nov-04 0:01 

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.