May 14, 2019 at 12:00 am
Comments posted to this topic are about the item Using Azure Data Studio with Git
May 14, 2019 at 2:04 pm
Thanks Steve! I've been using ADS with git for a while now. Lovin' it! Still a mystery why SSMS doesn't support git out of the box, though, considering it's built on VS.
Gerald Britton, Pluralsight courses
May 14, 2019 at 3:04 pm
Been a mystery for me as well. It's the big reason why Redgate built SQL Source Control. Not sure if they'll ever change.
May 14, 2019 at 5:40 pm
The other thing I'd like to see in SSMS is extensions as in ADS. Clearly the support is in VS upon which SSMS is built. Opening that up would encourage innovation and probably simplify the work for 3-party vendors (like RG, of course!)
Gerald Britton, Pluralsight courses
March 23, 2020 at 9:56 pm
Been looking to remove a Git repository sync'd with Azure Data Studio. I don't see any options for this. I've tried to uninstall/reinstall Azure Data Studio, but the repository I'm trying to delete remains under Explorer. Any suggestions?
March 23, 2020 at 10:01 pm
Just delete the folder. The git repo is the folder. If you remove it, it's gone.
March 23, 2020 at 10:31 pm
Yep, that did it. I ultimately uninstalled ADS, removed that cloned folder, and then reinstalled ADS. Sounds like uninstall was not needed... Thanks for the follow-up!
March 1, 2024 at 2:48 pm
I'm baffled by the lack if information on how to use Azure Data Studio with Azure DevOps Server as the Git provider. ADS seems to default to using Github. We don't use Github. We use Azure DevOps.
Additionally I'm baffled by the lack of information on how to have multiple database projects in ADS where each database project is it's own Git repository.
Let's say you have a server with a bunch of databases and you want each database to be an ADS database project and each project to be a different Git repository. There's a total lack of information on this. If I've missed it, please point me there.
March 1, 2024 at 3:43 pm
Git is Git. There is no different from ADS in using GitHub vs. Azure Data Studio. No need for separate git information as a provider. You authenticate to one and your repository should be connected.
As for DB Projects, I haven't done much work, so I don't have an answer there. I assume that you just open each one in a separate VSCode window, opening the repo for each.
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply