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
- @BrentO Tow them away and fix them at your place? Data sovereignty doesn't feel like a concept for Las Vegas 13 minutes ago
- alright people, write some syndicated blogs for @SQLServerCentrl . I'm going to Hawaii at the end of the month and… twitter.com/i/web/status/1… 23 minutes ago
- @BrentO @anotarian @markvsql @sqlstudent144 I think any of these suggestions can work, but for me, this is the chan… twitter.com/i/web/status/1… 34 minutes ago
- @bweissman @jpomfret Who knows. I think my wife had my 2xnd annual 29th birthday this year. Maybe Jess gets the 2nd… twitter.com/i/web/status/1… 50 minutes ago
- Working with Neo4j Imports–I HATE CASE SENSITIVITY voiceofthedba.com/2022/08/08/wor… 1 hour ago
- Andy and I are going, but trying to decide if we can host or help. However, I'd love to see someone take this over… twitter.com/i/web/status/1… 1 hour ago
- Today's editorial: Look Beyond What You See voiceofthedba.com/2022/08/08/loo… 1 hour ago
- @jpomfret Congrats. First of many more 3 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
Daily Archives: December 3, 2015
Puzzled by T-SQL
Live blogging this a bit as I try things. This will update a bit, so you’ll have to read through. Adam Machanic posted this: T-SQL Puzzle-How many rows will this return? SELECT*FROM(VALUES(1),(2))AS x(i)WHERE EXISTS(SELECT MAX(i)FROM(VALUES(1))AS y(i)WHERE y.i=x.i) I was in … Continue reading
What is DevOps?
There is a lot of confusion in the world about DevOps. Some of that might be because the concept hasn’t been well defined, or implemented, in many organizations. It might also be because other companies have been running as DevOps … Continue reading