creating a source controlled database with external referenc
mdresse
Posts: 2
Can anyone point me to some documentation that explains how to add a database to source control that has references to other databases? DBPro uses composite projects. How does SQL SC3 solve this problem?
Comments
Can you explain exactly what the problem is with this approach?
Kind regards,
David Atkinson
Red Gate
Product Manager
Redgate Software
David
Product Manager
Redgate Software
Hi David,
thank you for you post back. Our environment has mixed SQL environments, with MS SQL (which I look after) talking to MYSQL [which all is fine on the production environment]. Happy Days.
When I want to work on the code logic etc. I don't want my development Environment system to see the production MYSQL environment but because some of the code that I wish to check out work on has externally references I cannot checkout to work on it.
What I would like is a way if possible to suppress or workaround external (linked servers via ODBC) references.
thanks
Andy.
Or do you have a test environment that you want to point these references at? In which case we'd need some sort of variable substitution framework.
David
Product Manager
Redgate Software
Hi David,
exactly. I almost want to acknowledge the external references, and not have it stop me proceeding.
Unfortunately the MYSQL is not something we have a test environment for.
Andy.
Product Manager
Redgate Software
My test environment is basically my laptop, with all the components I require on it. But not the linked items, which fail to get checked out from source control.