May 17, 2005 at 1:14 am
We have a lot of refferenced views to other server and now we need to change server name into other. Does anyone know any way to change for IE:
create view TT as select * from server123.DB.dbo.table
to
create view TT as select * from server345.DB.dbo.table
Speaking in other words is there any way to convert one symbols combination into other
Thanks in advance
May 17, 2005 at 2:50 am
May 17, 2005 at 5:29 am
I would probably just script the views and then use Find&Replace in the script, and run it back in again.
May 17, 2005 at 5:37 am
Yes, quite simple way. I'll use it next time. Now I've allready fixed that
Thanks
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply