The February Energy Update
Steve Jones takes a look at the world of energy news and a few projects out at the ranch.
2008-02-28
61 reads
Steve Jones takes a look at the world of energy news and a few projects out at the ranch.
2008-02-28
61 reads
SQL Server 2008 launches today and there's are additional events all across the country coming up.
2008-02-27
72 reads
2008-02-25
25 reads
Do you know how to suggest improvements or features for SQL Server? Or report bugs? You use Connect, but it needs some work before it will really help the product.
2008-02-25
71 reads
This Friday Steve Jones asks about capital at work and does it affect the way you do business.
2008-02-22
39 reads
2008-02-21
176 reads
2008-02-20
90 reads
2008-02-19
58 reads
2008-02-18
75 reads
A perspective from Richard Collins on the creation of a government IT profession in the UK.
2008-02-18
68 reads
One feature that I have been waiting for years! The new announcement around optimize...
Following on from my last post about Getting Started With KubeVirt & SQL Server,...
By DesertDBA
I haven’t posted in a while (well, not here at least since I’ve been...
I have change tracking configured in several databases, in QA and production environments, and...
is there a no code way to limit an ssis extract from excel to...
Hello Need help in pivoting this data set, the Pivot takes MIN/MAX on a...
In SQL Server 2025, what does this return?
CREATE TABLE Numbers ( n INT) GO INSERT dbo.Numbers ( n ) VALUES (1), (2), (3) GO SELECT PRODUCT(n) FROM dbo.NumbersSee possible answers