开发者

Create a DB alias using T-SQL in SQL Server 2005

开发者 https://www.devze.com 2022-12-23 15:34 出处:网络
I am trying to create a Database alias for many of the DBs. I wonder i开发者_如何转开发f there is a T-sql that can let me do it. I have not found anything about this.

I am trying to create a Database alias for many of the DBs. I wonder i开发者_如何转开发f there is a T-sql that can let me do it. I have not found anything about this.

Thx.


I don't think so. SQL2005 introduced synonyms but these can't be used as database aliases.

0

精彩评论

暂无评论...
验证码 换一张
取 消