SQL server 2000
osql command is not executing on Remote server(by using link server)
osql -S ucmain -U sa -P abc -l 2 -Q
ucmain is remote
abc password
After executing the above command I got time out expire messsage
What is the reason ?
It is noted that 35 server is connected with the gateway where the osql
command is executing. when I want to execute the command only 2 server
shows time out message but all other going fine.
*** Sent via Developersdex
http://www.developersdex.com ***
.
Relevant Pages
- [UNIX] GNU Mailutils Multiple Vulnerabilities (Buffer Overflows, Format String, DoS)
... execute arbitrary code from remote using the GNU Mailutils programs. ... Remote exploitation of a format string vulnerability in the imap4d server ... The vulnerability specifically exists in the handling of the command tag ... (Securiteam) - Re: Problem with Sql Server
... The sproc returns data ... > - Executing the command as an sproc by passing the sproc name and the ... > - Executing the command using CommandType.Text and passing the same string ... > - Running both web server and db server on same machine. ... (microsoft.public.dotnet.framework.adonet) - Re: netsh problem
... First get connected to the remote machine using the following command: ... This will get you to the netsh context on the remote server. ... If you want to do it within your automation and execute it on the remote ... (microsoft.public.windows.server.networking) - Re: [opensuse] mailing from CLI
... I have a remote mail ... server which works perfectly fine with thunderbird. ... the command line Tools all depend on Postfix/Sendmail to ... The remote server I'm using listens on port 993, ... (SuSE) - Re: Problems running remote batch copy from wshshell asp script
... differently than opening a command line and executing a program by ... just used the "NET USE" command to attach to the server i need in my ... >> from an internal development server a external server. ... >> trying to use the wshshell component to kick off a batch script that I ... (microsoft.public.scripting.wsh) |
|