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
- @LadyRuna @_workchronicles @GoblinWriter @BuckWoodyMSFT @landrews5807 Lol, excellent 2 hours ago
- @PaulRandal One of my favorites as well. That prayer is a mantra for me. 22 hours ago
- Just realized not a lot of people joined in the AI #tsql2sday this month. A small tound up. amazonwebshark.com/t-sql-tuesday-…… twitter.com/i/web/status/1… 1 day ago
- No travel for a few weeks. I was feeling relieved, but just got another trip booked for July, so H2 scheduling it starting. 1 day ago
- Capturing Data Changes voiceofthedba.com/2023/03/27/cap… 1 day ago
- RT @GFritchey: Call for Speakers for SQL Saturday Columbus 2023 is open on Sessionize and I've just submitted a session! https://t.co/uFvj… 4 days ago
- @dduensingIII Enjoy the trip 4 days ago
- Another crowded morning in the office https://t.co/aztmgEdSEs 4 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
Monthly Archives: October 2010
The Growth of Professional Development
When I started in my career, it seemed that there wasn’t a good way to grow your career. Myself, and many others, somewhat fumbled around, looking for jobs with bigger databases or more money. We thought that learning to be … Continue reading
The Hybrid
I’m off to SQL Server Connections next week and looking forward to the conference. This is my first time attending, but I have wanted to go for some time. This is one of the few events that is not specifically … Continue reading
The SQL Rally – Who Would I Vote For?
I was looking over the pre-conference sessions submitted for the SQL Rally event taking place next May in Orlando. I think it’s great that the community gets the chance to vote on the submissions and help decide what will be … Continue reading
Common SQL Server Mistakes – Functions in the WHERE Clause
This continues my series on Common SQL Server mistakes, looking at more T-SQL mistakes. What’s Wrong? If you saw a query like this, would you see a problem? select o.OrderID , o.CustomerID , o.Qty from Orders o where datepart( yyyy, … Continue reading
Posted in Blog
Tagged Common SQL Server Mistakes, presentations, sql server, syndicated, T-SQL
Comments Off on Common SQL Server Mistakes – Functions in the WHERE Clause