2013-07-30
2,944 reads
2013-07-30
2,944 reads
Easiest way to search for a string in any object within the database.
2013-08-08 (first published: 2013-07-29)
2,311 reads
2013-07-24
2,395 reads
2013-07-23
3,071 reads
2013-07-22
3,222 reads
2013-07-17
2,936 reads
2013-07-16
3,146 reads
2013-07-15
3,715 reads
2013-07-08
3,436 reads
Make your comment blocks much more useful, in a surprising number of ways
2019-10-28 (first published: 2013-07-08)
46,296 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