Search this blog
-
The Current Book
MVP Award
Tags
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Search this blog
Steve’s Tweets
- RT @Transmokopter: Registered for the full all five days experience at #passsummit. Two great precon days, tons of great sessions and most… 22 hours ago
- Daily Coping 4 Jul 2022 voiceofthedba.com/2022/07/04/dai… 22 hours ago
- Independence Day 2022 voiceofthedba.com/2022/07/04/ind… 22 hours ago
- RT @LisaGB_sql: There has been a lot of discussion lately around diversity in conference speakers. As someone who has gotten a lot out of a… 1 day ago
- Christmas in July voiceofthedba.com/2022/07/02/chr… 2 days ago
- @rob_farley @jenkuntzGP @AMtwo @MVPAward We round up 3 days ago
- @rob_farley @jenkuntzGP @AMtwo @MVPAward It's only for mvps under 2m 3 days ago
- @Kevin3NF Congrats and glad to see that same tweet 3 days ago
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Older Posts
Meta
Tag Archives: DLM
DevOps Webinar Tomorrow
A quick reminder that tomorrow, Feb 21 at 12pm EST, I’ll be hosting another DevOps, Database Lifecycle Management (DLM) webinar. Together with Arneh Eskandari, we’ll show how we can each make changes to our own database, push the changes to … Continue reading
Validating a Set of Database Scripts using DLM Automation
The basis of all the DLM Automation from Redgate is a series of PowerShell cmdlets. They might look intimidating or confusing, but they aren’t. This is part of a series of posts that examine how you use each one. Previously … Continue reading
Posted in Blog
Tagged continuous integration, DLM, powershell, Redgate, syndicated
Comments Off on Validating a Set of Database Scripts using DLM Automation
DLM Automation–Making a Database Connection
One of the things I’ve been wanting to do is dig more into the command line automation cmdlets from the Redgate DLM Automation suite. While there are plugins for many build and release systems, I should be able to customize, … Continue reading
Posted in Blog
Tagged continuous integration, DLM, Redgate, software development, syndicated
1 Comment
DB CI: Getting Test Results in VSTS
One of the things I struggled with a bit was getting test results to appear in VSTS from my builds. Here’s my original Build flow: However, when I’d run a build, I got this in the Build summary: That’s not … Continue reading
Posted in Blog
Tagged Azure Devops, continuous integration, DLM, syndicated
Comments Off on DB CI: Getting Test Results in VSTS