2015-06-24
1,944 reads
2015-06-24
1,944 reads
2015-06-22
2,295 reads
2015-06-17
1,883 reads
2015-06-16
1,979 reads
2015-06-15
1,999 reads
2015-06-12
2,224 reads
2015-07-10 (first published: 2015-06-11)
1,002 reads
2015-06-11
1,961 reads
2015-06-10
2,182 reads
Alex Kuznetsov, in an article taken from his book 'Defensive Database Programming with SQL Server', shows how DRY principles can be put in practice with constraints, stored procedures, triggers, UDFs and indexes.
2015-06-10
6,344 reads
By DataOnWheels
Two years ago, two things happened within a few days of each other. I...
By gbargsley
This is it. The final chapter of PowerShell Strikes Back. Over the past four...
By Arun Sirpal
Claude is more than a chat window. The desktop experience includes structured workspaces, generated...
Comments posted to this topic are about the item Unraveling the Mysteries of the...
Comments posted to this topic are about the item QUOTENAME Behavior
Good Morning. I have a T-SQL Script which has been developed to execute a...
I use QUOTENAME() like this in code?
DECLARE @s VARCHAR(20) = 'Steve Jones' SELECT QUOTENAME(@s, '>')What is returned? See possible answers