2013-05-07
2,294 reads
2013-05-07
2,294 reads
2013-05-02
2,028 reads
2013-04-03 (first published: 2013-03-08)
1,692 reads
2013-04-01 (first published: 2013-03-08)
1,809 reads
2013-03-29 (first published: 2013-03-08)
1,437 reads
2013-03-28
2,336 reads
2013-02-18 (first published: 2013-01-25)
2,772 reads
2012-08-13 (first published: 2012-07-31)
1,790 reads
2011-11-18 (first published: 2008-01-29)
2,910 reads
Copy Multiple objects from One Schema to Another Schema
2011-09-30 (first published: 2011-09-07)
1,547 reads
Both SQL Server and PostgreSQL are moving fast into AI territory — and if...
By Steve Jones
We keep adding new AI capabilities to Redgate Monitor, where it makes sense. Check...
By ReviewMyDB
A behind-the-scenes look at Day of Data Jacksonville 2026, the transition from SQL Saturday,...
Hallo all! My problem is this: I have quite a bunch of TSQL scripts...
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...
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