Where Did The Women Go?
A guest editorial today from Atieh Jones wondering where are all the women in IT?
2007-02-14
117 reads
A guest editorial today from Atieh Jones wondering where are all the women in IT?
2007-02-14
117 reads
A guest editorial today from Lynda Rab, PASS board member and new mother.
2007-02-13
35 reads
Steve Jones looks at some of the issues with gender in the workplace and reminds everyone that they need to respect each other.
2007-02-12
14 reads
Steve Jones talks about the ne value of the new certification program from Microsoft.
2006-11-20
567 reads
A change here at SQLServerCentral.com and Steve Jones gives some thoughts on the impact of this for the future.
2006-11-13
104 reads
Steve Jones brings us a car update that talks about a new car that doesn't need gasoline to run.
2006-11-01
38 reads
2006-10-06
172 reads
The post Lukáš Karlovský: I got the green light from management and built Fabric...
By Steve Jones
I had mentioned some new T-SQL functions for SQL Server 2022 and a commenter...
This post comes off the back of my last, where I looked at issues...
Comments posted to this topic are about the item Subqueries II
Comments posted to this topic are about the item Distributed Monoliths
Comments posted to this topic are about the item JSON in PostgreSQL
What is wrong (if anything) with this code?
SELECT * FROM Sales.SalesOrderHeader AS soh WHERE customerid IN (SELECT soh.CustomerID FROM Sales.Customer AS c WHERE soh.CurrencyRateID = 1 ORDER BY c.ModifiedDate)See possible answers