2021-09-08
823 reads
2021-09-08
823 reads
2021-08-13
743 reads
2021-04-27
841 reads
2021-04-26
502 reads
2020-07-07
587 reads
2019-09-26
593 reads
2019-08-27
898 reads
2019-08-16
639 reads
2019-08-01
982 reads
2019-03-14
973 reads
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...
Both SQL Server and PostgreSQL are moving fast into AI territory — and if...
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