check in linked server script
kulmam92
Posts: 12
Hi
Is there a way we can link instance level objects like linked server to the source control like database objects?
Thank you,
Yong Ji
Is there a way we can link instance level objects like linked server to the source control like database objects?
Thank you,
Yong Ji
Comments
I'm afraid we only support database level objects i the current version.
Feel free to add a suggestion on our uservoice site. If it's popular, it might get added to a future version.
What's the best way to keep those objects in SVN and deploy at this moment?
I think the only way to do it at the moment is manually. So you could checkout the repository locally, then add the other items to another folder, and then update the repository.
You might also be able to add these objects as a custom migration using the new 'migrations' feature of SQL Source Control, but this would be a bit of a workaround rather than the intended use of the feature.