Sql Server Catalog/DB pointer -- -


I have a production server and I have to standardize the names of all DBs on the server

  ProjectName Whatever the problem, I have a database of problems.  
  projectName_logging  

I want to rename this

projectName.logging

(little OCC?)

The problem is that the connections are strings that all say ProjectName_logging Is there a way to say that a connection to project name-logging is to automatically redirect to a catalog called Project Name.logging?

As requested by OP, I am giving an answer to my comment.

What you really want, it seems that the database name is a synonym, which does not exist, but you can vote for it.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -