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

Posted in Blog | Tagged , , | 3 Comments

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

Posted in Blog | Tagged , , | 2 Comments

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

Posted in Blog | Tagged , | Comments Off on Strange T-SQL Operator Syntax