Activity overview
Latest activity by mirving
Sorry for waking the dead but is there any plans on supporting github actions directly or is there any samples on how to use github actions for build and deploy using github actions? / comments
Sorry for waking the dead but is there any plans on supporting github actions directly or is there any samples on how to use github actions for build and deploy using github actions?
I try to make sure I keep the branches separated. So that I don't interdepend on each other. I guess one could work around that by cherry picking commits. I so to say only use get latest when I see that someone else have worked on a part of the sql and commited it to master. Then I just pick the changes I need. I also so a get latest when I have cleaned up all my current commits I am working on to make sure my base is the same. I really want to get the same features in ADS/VSCode that I have in SSMS regarding this component. It doesn't need to be very graphical. It can use features already build into vscode like the commits and comparison etc. But handle the parts between db and script folder is something I really would like to be there. Michael / comments
I try to make sure I keep the branches separated. So that I don't interdepend on each other.I guess one could work around that by cherry picking commits.I so to say only use get latest when I see t...
Using SQL Source Control projects in Azure Data Studio
Ref this article Using SQL Source Control projects in Azure Data Studio - Redgate Software (red-gate.com)Using the method described here is a lot more painful than using the plugin in SSMS.I often ...