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
- @KoprowskiT Indeed. We aren't looking for only one blog from one person on each topic. Your blog is there to showcase your knowledge 13 hours ago
- #sqlsat South Florida is coming on June 3. The CFS is open and they are looking for speakers. A great place to vaca… twitter.com/i/web/status/1… 17 hours ago
- A packed room for @bobwardms at @VSLive https://t.co/ki4nfVq4qg 18 hours ago
- @jasonhorner Cheers. 18 hours ago
- @YatesSQL Always on my list. A #sqlsat would help, but mostly I get my SIL to come to Denver instead ;) Would love… twitter.com/i/web/status/1… 18 hours ago
- Going over my schedule. I have trips to: ORD SEA DCA JAX LAS AUS MIN MIA LHR MCO Before Jun 30 18 hours ago
- Nice to see a big crowd at @VSLive coming to learn about #DevOps and shifting security left https://t.co/caBA6fO5fw 19 hours ago
- Made it to @vslive. Excited to be back talking databases today and tomorrow https://t.co/uEsbQKYFRB 19 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: November 9, 2020
PowerShell Arrays and Hash Tables–#SQLNewblogger
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I was watching the GroupBy talk the other day and noticed that Cláudio Silva was using arrays, or what … Continue reading
Daily Coping 9 Nov 2020
I started to add a daily coping tip to the SQLServerCentral newsletter and to the Community Circle, which is helping me deal with the issues in the world. I’m adding my responses for each day here. Today’s tip is to … Continue reading
Strange T-SQL Operator Syntax
I can’t remember where I saw this, but it made an interesting Question of the Day: select * from Sales where Profit !< 10000; I had never seen anything like this, in all my years of working in C, C++, … Continue reading