How can we help you today? How can we help you today?
robrich
I've been lurking here for a while since I have some strong opinions and didn't want to sway the traffic.  https://robrich.org/slides/database-devops-with-containers/#/ (video at [image] https://www.youtube.com/watch?v=GlmssURxgFE) is the presentation I put together some time ago.  SQL Clone is great at quickly provisioning things and controlling distribution (and reclamation) of those things, but a container with an embedded copy of the database (anonymized, sanitized, and shrunk to meet the need) is more native to the developer mindset.  My approach: a job kicks off each night building and publishing containers for developers, dev/test environment, and pre-prod (because each needs different levels of anonymized, sanitized, and shrunk).  Developers have a "real" database by running `docker-compose up`, they can install and destroy it and unstuck themselves without holding a DBA's hand, and they can update it when they're ready, running the SQL Change Automation migrations as soon as they pop it open.  "The build" can start with a fresh copy, practice the next prod deploy using SCA scripts, and fail the build if the prod deploy wouldn't work on the real data.  And best of all, as @grumpydba says, "Your production backup is only as good as the last time you restored it."  I restore mine every night. I'd love to do a webinar on this at an opportune time. / comments
I've been lurking here for a while since I have some strong opinions and didn't want to sway the traffic.  https://robrich.org/slides/database-devops-with-containers/#/ (video at https://www.youtub...
0 votes
Tangentially related: in SQL Source Control, I can exclude both tsqlt classes and tests or I can exclude neither, but I can't commit my tests to source control without also committing the framework. / comments
Tangentially related: in SQL Source Control, I can exclude both tsqlt classes and tests or I can exclude neither, but I can't commit my tests to source control without also committing the framework.
0 votes
Or similarly, is there a way I can show I've been a friend since 20{insert#}? Ideally I'd like a logo that didn't need annual maintenance. / comments
Or similarly, is there a way I can show I've been a friend since 20{insert#}? Ideally I'd like a logo that didn't need annual maintenance.
0 votes