2019-07-04
904 reads
2019-07-04
904 reads
2019-05-27
913 reads
Steve is putting on a new contest for you with some fun prizes. Put on your creative hat and submit an entry. Contest ends April 21, 2019.
2019-04-17 (first published: 2019-04-15)
5,207 reads
2019-04-01
1,382 reads
2019-01-01
833 reads
2018-12-25
837 reads
2018-11-22
1,168 reads
2018-01-01
1,070 reads
2017-12-28
1,001 reads
2017-12-27
980 reads
By ReviewMyDB
A behind-the-scenes look at Day of Data Jacksonville 2026, the transition from SQL Saturday,...
You run EXPLAIN ANALYZE on a slow query, stare at the plan, and something...
By Steve Jones
la guadière – n. a glint of goodness you notice in something that you...
Comments posted to this topic are about the item Converting Money
hi, we couldnt get our upstream data source developers to supply what is sometimes...
Are there any good articles on all the trace flags that are enabled on...
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