Search this blog
The Current Book – Do Hard Things
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 @jaxssug: Just over 24 hours left until Speaker Call closes for #SQLSatJax #SQLSaturday! If you still need to submit your sessions, go t… 1 hour ago
- Nice to see more pictures of the new @redgate office. Can't wait to visit: Redgate’s new Cambridge HQ oozes high-cl… twitter.com/i/web/status/1… 2 hours ago
- Lol, AI training AI (maybe) -> Bard reportedly used responses from ChatGPT for training, Google denies from… twitter.com/i/web/status/1… 2 hours ago
- Autonomous Driving Around London voiceofthedba.com/2023/03/31/aut… 2 hours ago
- Building a Better Profile voiceofthedba.com/2023/03/31/bui… 3 hours ago
- @DenverSportsCom @DMacRadio @heyrachelvigil @Shapalicious 71 22 hours ago
- @KarenPayneMVP @brianrandell @DBAKevlar Had some initial streaming issues. It finally started working about 10 afte… twitter.com/i/web/status/1… 22 hours ago
- setting up now. Starting, well, whenever they tell me to start. twitter.com/DBAKevlar/stat… 1 day 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: error handling
Do You Have ALL the YAML?
YAML is a file format, and as with many formats, some of us love them and some of us hate them. It seems to be better than XML in many ways, and perhaps easier to deal with the JSON. It … Continue reading
The Basic TRY..CATCH
Have you written a TRY..CATCH statement in T-SQL? I hadn’t done it for most of my career, since the construct hadn’t existed. As a result, my code over the years is littered with catching @@error in a variable and then … Continue reading