Re: Software for connecting to a remote SQL Server
From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 01/11/05
- Next message: Sue Hoegemeier: "Re: Heterogeneous Query and ANSI_NULLS/_WARNINGS"
- Previous message: Rob: "Sql Command Timeout"
- In reply to: Joshua Beall: "Software for connecting to a remote SQL Server"
- Next in thread: Richard: "RE: Software for connecting to a remote SQL Server"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 11 Jan 2005 14:13:39 -0500
Most tools should be able to specify the port; I'd be very surprised if Web
Data Administrator did not have a configuration option somewhere. Usually
you can specify the name/ip of the server followed by ,port_number if there
isn't an explicit place to enter the value.
Anyway, there are plenty of other tools, most of which will have to offer
this ability, if you can't get the above to work.
http://www.aspfaq.com/2442
-- http://www.aspfaq.com/ (Reverse address to reply.) "Joshua Beall" <jbeall@donotspam.remove.me.heraldic.us> wrote in message news:A9VEd.1903$SS6.431@trnddc07... > Hi All, > > I would like to be able to connect to a remote SQL Server and fire arbitrary > queries, browse tables, and so forth. Very much like MS's "SQL Server Web > Data Administrator" (link: > http://www.microsoft.com/downloads/details.aspx?FamilyID=C039A798-C57A-419E-ACBC-2A332CB7F959&displaylang=en). > However, the remote server is configured to have SQL Server listening on a > nonstandard port (10030), and SWDA does not let you choose the port to > connect to. > > Any leads? I would rather not have to buy a commercial piece of software. > SWDA sounds like exactly what I need, if I could only choose the port to > connect on. I tried indicating the port using fqdn:10030 for the hostname, > but it didn't work. > > This port configuration is beyond my control; I cannot change the port that > SQL Server listens on. > > Thanks very much for any leads! > > Sincerely, > -Josh > >
- Next message: Sue Hoegemeier: "Re: Heterogeneous Query and ANSI_NULLS/_WARNINGS"
- Previous message: Rob: "Sql Command Timeout"
- In reply to: Joshua Beall: "Software for connecting to a remote SQL Server"
- Next in thread: Richard: "RE: Software for connecting to a remote SQL Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|