Collation: Temporary objects and variables: Demonstration
I had a recent run in with collation problems and it got me started reading about them. As I read...
2014-04-21
469 reads
I had a recent run in with collation problems and it got me started reading about them. As I read...
2014-04-21
469 reads
Recently Paul Randal had a brief rant on twitter where he complained about the fact that there are no stupid...
2014-04-16
603 reads
Recently Paul Randal had a brief rant on twitter where he complained about the fact that there are no stupid...
2014-04-16
410 reads
I had a recent run in with collation problems and it got me started reading about them. As I read...
2014-04-14
668 reads
I had a recent run in with collation problems and it got me started reading about them. As I read...
2014-04-14
462 reads
I had a recent run in with collation problems and it got me started reading about them. As I read...
2014-04-10
1,002 reads
I had a recent run in with collation problems and it got me started reading about them. As I read...
2014-04-10
710 reads
Why so serious? If you ask anyone who knows me they will tell you I’m not a terribly serious person....
2014-04-11 (first published: 2014-04-08)
1,628 reads
Why so serious? If you ask anyone who knows me they will tell you I’m not a terribly serious person....
2014-04-08
394 reads
Microsoft has announced that SQL 2014 was in fact an elaborate April Fool’s joke and that Microsoft intends to move...
2014-04-01
861 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 Would You Retire Rather Than...
Comments posted to this topic are about the item Vector Search in SQL Server...
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