![]() |
|
|||||||
| Notices |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Server side redirection to another instance of SQL Server?
Hi!
SQL Server 2005 will be installed next to SQL Server 2000 which is the default instance. Is it possible to have a server side redirection so that all clients will be redirected to SQL Server 2005 instead of 2000? I know of client side server aliases, but then this alias has to be set on every client. Otherwise, the connection string of all clients will have to be adjusted :-( Can you give me a hint? Thank you in advance, Franz. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: Server side redirection to another instance of SQL Server?
If the connection strings are using the servername simply change the entry
in DNS to point to the IP of the other instance. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Franz Lang" <FL_FEE@newsgroup.nospam> wrote in message news:475d06fd$0$90275$... > Hi! > > SQL Server 2005 will be installed next to SQL Server 2000 which is the > default instance. > > Is it possible to have a server side redirection so that all clients will > be redirected to SQL Server 2005 instead of 2000? > > I know of client side server aliases, but then this alias has to be set on > every client. Otherwise, the connection string of all clients will have to > be adjusted :-( > > Can you give me a hint? > > Thank you in advance, > Franz. |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Re: Server side redirection to another instance of SQL Server?
If the connection strings are using the servername simply change the entry
in DNS to point to the IP of the other instance. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Franz Lang" <FL_FEE@newsgroup.nospam> wrote in message news:475d06fd$0$90275$... > Hi! > > SQL Server 2005 will be installed next to SQL Server 2000 which is the > default instance. > > Is it possible to have a server side redirection so that all clients will > be redirected to SQL Server 2005 instead of 2000? > > I know of client side server aliases, but then this alias has to be set on > every client. Otherwise, the connection string of all clients will have to > be adjusted :-( > > Can you give me a hint? > > Thank you in advance, > Franz. |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Re: Server side redirection to another instance of SQL Server?
Andrew J. Kelly schrieb:
> If the connection strings are using the servername simply change the > entry in DNS to point to the IP of the other instance. I forgot to mention that the new instance will be installed on the same machine. Otherwise, your suggestion would have worked well. |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Re: Server side redirection to another instance of SQL Server?
Andrew J. Kelly schrieb:
> If the connection strings are using the servername simply change the > entry in DNS to point to the IP of the other instance. I forgot to mention that the new instance will be installed on the same machine. Otherwise, your suggestion would have worked well. |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Re: Server side redirection to another instance of SQL Server?
No, not really. Each instance has an associated port number tied to it. The
default for the default instance is 1433. For a named instance it is something else. If you add the port number it will point to the correct instance. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Franz Lang" <FL_FEE@newsgroup.nospam> wrote in message news:475d645a$0$90272$... > Andrew J. Kelly schrieb: >> If the connection strings are using the servername simply change the >> entry in DNS to point to the IP of the other instance. > > I forgot to mention that the new instance will be installed on the same > machine. Otherwise, your suggestion would have worked well. |
|
|
|
#7 |
|
Guest
Posts: n/a
|
Re: Server side redirection to another instance of SQL Server?
No, not really. Each instance has an associated port number tied to it. The
default for the default instance is 1433. For a named instance it is something else. If you add the port number it will point to the correct instance. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Franz Lang" <FL_FEE@newsgroup.nospam> wrote in message news:475d645a$0$90272$... > Andrew J. Kelly schrieb: >> If the connection strings are using the servername simply change the >> entry in DNS to point to the IP of the other instance. > > I forgot to mention that the new instance will be installed on the same > machine. Otherwise, your suggestion would have worked well. |
|
|
|
#8 |
|
Guest
Posts: n/a
|
Re: Server side redirection to another instance of SQL Server?
Andrew J. Kelly schrieb:
> No, not really. Each instance has an associated port number > tied to it. The default for the default instance is 1433. For > a named instance it is something else. Yes, I knew that. > If you add the port number it will point to the correct > instance. If I added the port number where? Franz. |
|
|
|
#9 |
|
Guest
Posts: n/a
|
Re: Server side redirection to another instance of SQL Server?
Andrew J. Kelly schrieb:
> No, not really. Each instance has an associated port number > tied to it. The default for the default instance is 1433. For > a named instance it is something else. Yes, I knew that. > If you add the port number it will point to the correct > instance. If I added the port number where? Franz. |
|
|
|
#10 |
|
Guest
Posts: n/a
|
Re: Server side redirection to another instance of SQL Server?
No, not really. Each instance has an associated port number tied to it. The
default for the default instance is 1433. For a named instance it is something else. If you add the port number it will point to the correct instance. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Franz Lang" <FL_FEE@newsgroup.nospam> wrote in message news:475d645a$0$90272$... > Andrew J. Kelly schrieb: >> If the connection strings are using the servername simply change the >> entry in DNS to point to the IP of the other instance. > > I forgot to mention that the new instance will be installed on the same > machine. Otherwise, your suggestion would have worked well. |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |