Reputation: 21
I am trying to create a Database alias for many of the DBs. I wonder if there is a T-sql that can let me do it. I have not found anything about this.
Thx.
Upvotes: 1
Views: 396
Reputation: 453287
I don't think so. SQL2005 introduced synonyms but these can't be used as database aliases.
Upvotes: 1