how to get change with missing linkedserver
dccorrea
Posts: 3 New member
I'm trying to pull a change in my local database, but the procedure call a linked server I don't have locally, so, how can I get that change without creating the same linked server?
Tagged:
Answers
I know, it's a refactor and it can be potentially massive, but I think that you'll get many advantages.
just my two cents,
cheers
CTO @ Engage IT Services s.r.l.
Database Administrator and Team Leader
Microsoft MVP - Data Platform
Staff member of getlatestversion.it community
personal website | blog
[OOT]
I know that you agree with me (I really hope :-) ) when I say that whether we'd like to be more "DevOps", we should invest some effort in changing small chunks step by step, in order to get a real sandbox in development stage and, in this case too, give value to the customers (quicker releases, more test isolation and automation, and so on).
[/OOT]
CTO @ Engage IT Services s.r.l.
Database Administrator and Team Leader
Microsoft MVP - Data Platform
Staff member of getlatestversion.it community
personal website | blog
I used a dummy linked server pointing to localhost because the devs have their local copy, that's why wasn't working.
Thanks