Re: Accessing SQL 2K from SQL 7
From: Geoff N. Hiten (SRDBA_at_Careerbuilder.com)
Date: 06/26/03
- Next message: nntp: "Re: Accessing SQL 2K from SQL 7"
- Previous message: Dennis Wilmeth: "Port 1433"
- In reply to: Shamim: "Re: Accessing SQL 2K from SQL 7"
- Next in thread: nntp: "Re: Accessing SQL 2K from SQL 7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Jun 2003 14:20:04 -0400
The SQL Client Network Utility creates aliases for SQL clients (including
SQL servers accessing other SQL servers). Specify TCP\IP as the transport
and you can specify a port number. Use the SQL Server Network Utility on
your server to determine the port number the named instance is listening on.
-- Geoff N. Hiten Senior Database Administrator Careerbuilder.com "Shamim" <shamim.abdul@railamerica.com> wrote in message news:eC7UztAPDHA.3408@tk2msftngp13.phx.gbl... > So, I should create an alias in my SQL 7 Box for SQL2K. Is that correct ? > Pls explain how to create a alias and also specifying port number ?? > > Thanks > Sh > > > "Geoff N. Hiten" <SRDBA@Careerbuilder.com> wrote in message > news:eyjXz7$ODHA.3700@tk2msftngp13.phx.gbl... > > Try updating MDAC on your SQL 7.0 system. Earlier versions (prior to 2.6 > or > > 2.4, I think) don't understand named instances. If updating MDAC isn't an > > option, try creating an alias that includes specifying the port number. > > > > -- > > Geoff N. Hiten > > Senior Database Administrator > > Careerbuilder.com > > > > > > > > > > "Shamim" <shamim.abdul@railamerica.com> wrote in message > > news:e9bAog$ODHA.2052@TK2MSFTNGP11.phx.gbl... > > > We added a new SQL instance of SQL 2K - name XXX\AB > > > > > > From SQL 7 server, I did sp_addlinkedserver 'XXX\AB' > > > > > > when try to access from SQL 7 > > > > > > Select * from [XXX\AB].[dbname].[dbo].[tablename] > > > > > > "Specified SQL Server not found" > > > > > > Any thoughts ?? > > > > > > Sh > > > > > > > > > > > > > > > > > > > > >
- Next message: nntp: "Re: Accessing SQL 2K from SQL 7"
- Previous message: Dennis Wilmeth: "Port 1433"
- In reply to: Shamim: "Re: Accessing SQL 2K from SQL 7"
- Next in thread: nntp: "Re: Accessing SQL 2K from SQL 7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|