2001-05-23
2,182 reads
2001-05-23
2,182 reads
2001-05-15
1,922 reads
2001-05-13
2,923 reads
2001-05-13
2,569 reads
2001-05-11
2,301 reads
2001-05-11
3,020 reads
2001-05-01
3,291 reads
This humorous form was originally desgined for Network Admins, but it works for DBAs as well.
2001-04-25
3,480 reads
For anyone who supports desktops, this document shows how to sarcastically please your IT department.
2001-04-24
3,695 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