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
- @GlennAlanBerry Congrats 9 hours ago
- @Warwick_Rudd Congrats 9 hours ago
- @dgmelkin @MVPAward Congrats 9 hours ago
- @AMtwo It also helps diversity as organizers can look for a speaker that suits their goals 12 hours ago
- @AMtwo Fair enough. Opinion noted. 12 hours ago
- @AMtwo @dhmacher @dhmacher s is great. However, not everyone see's the notes from him, and it will get worse as mor… twitter.com/i/web/status/1… 12 hours ago
- @AMtwo Not invite only, though that's certainly something an event might choose. More that marketing is incredibly… twitter.com/i/web/status/1… 12 hours ago
- @AMtwo You could decide what that is, including just @amtwo on twitter or a form on your blog. This is a way for pe… twitter.com/i/web/status/1… 12 hours 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: SQL Compare
Search and Replace Three Part Names with SQL Compare
A customer had an interesting challenge in their codebase recently, and I thought this would make a good post. This involves SQL Compare and three part names. The Scenario A customer was using SQL Compare and they wanted to update … Continue reading
Ensuring SQL Compare Checks Synonyms
I was running a PoC for a customer and they noticed that synonyms were being missed when they changed the database being used. It was surprising to me, but it turns out the solution is simple. This post explains how … Continue reading
Ignoring System Generated Key Names in SQL Compare
Recently I ran into a customer that was having issues deploying code from their development system to their production system. The issue was that they often found that the deployment script wanted to drop and recreate their keys. This wasn’t … Continue reading
Posted in Blog
Tagged Redgate, SQL Compare, syndicated
Comments Off on Ignoring System Generated Key Names in SQL Compare
Getting the Script from the SQL Compare Command Line
In the last few posts, I’ve written about using the SQL Compare command line for a specific object and shown how to get a report. This post will look at getting the actual script. When we run the command line … Continue reading
Posted in Blog
Tagged Redgate, SQL Compare, syndicated
Comments Off on Getting the Script from the SQL Compare Command Line