How to start SQL Server in a remote machine using code from Delphi?
Posted
by MLB
on Stack Overflow
See other posts from Stack Overflow
or by MLB
Published on 2010-05-21T16:13:29Z
Indexed on
2010/05/21
18:40 UTC
Read the original article
Hit count: 147
Hi there:
I am developing an application (Delphi 7, windows XP) that uses a connection to a remote SQL Server. Sometimes, that server is down, and I want to do something to start it. I was trying to start SQL Server in a local context, and it was fine, it worked... But the point is that I have to start it up from a remote machine.
I can see SQL Server status from a remote server, but I can't start it up... Maybe it gets problems because of user and password, but where to specify the login to the remote machine?
Do you have any idea to do this???
I am sorry about my English.
Thanks.
© Stack Overflow or respective owner