2008-11-28
3,783 reads
2008-11-28
3,783 reads
2008-11-27
93 reads
2008-11-26
97 reads
Second try. The video didn’t embed in the previous post. Nor this one. Here's the link
Microsoft Surface Demo
This is from...
2008-11-26
1,434 reads
This is interesting. I’m not sold on Surface, though I did play with one last week in Seattle.
2008-11-26
1,391 reads
Steve Jones talks a bit about the conference with links, pictures, and more from the event.
2008-11-26
789 reads
2008-11-26
641 reads
2008-11-26
617 reads
Phil Factor talks a bit about the SQLServerCentral community and how we all get something different from it.
2008-11-26
525 reads
Phil Factor talks a bit about the SQLServerCentral community and how we all get something different from it.
2008-11-26
778 reads
By Arun Sirpal
Third part in my Ai series with databases. When building AI solutions within the...
By Steve Jones
This month we have a very interesting invitation from Koen Verbeeck. He has hosted...
It’s the second tuesday of the month, which means T-SQL Tuesday time! This month’s...
I have 13 restricted views in my EDW DB. 6 of them are created...
Hallo all! My problem is this: I have quite a bunch of TSQL scripts...
Comments posted to this topic are about the item Would You Retire Rather Than...
Does this run successfully on a SQL Server 2022, US English default installation?
DECLARE @YenAmount MONEY; SET @YenAmount = ¥1500; SELECT @YenAmount AS RawValue;See possible answers