Forward DB requests after a DB move in SQL Server

Posted by Nissan Fan on Stack Overflow See other posts from Stack Overflow or by Nissan Fan
Published on 2010-04-21T17:01:27Z Indexed on 2010/04/21 17:03 UTC
Read the original article Hit count: 151

Filed under:

I've moved database from one SQL Server instance on a machine to another machine completely. Is there any way to forward requests to the new server automatically so it doesn't require client config changes? Keep in mind it's only one DB out of many on the original server so I can't just forward all requests.

© Stack Overflow or respective owner

Related posts about sql-server