T-SQL Integer Data-Type Conversions
This article will show some common integer data-type conversions using T-SQL.
2012-06-26
7,423 reads
This article will show some common integer data-type conversions using T-SQL.
2012-06-26
7,423 reads
This article describes an alternate use of CTEs for functional data processing.
2008-08-11
9,399 reads
2008-08-11
4,484 reads
This article from new author Peter Kierstead shows us how to implement your own "fuzzy" dedup/merge logic without resorting to RBAR in T-SQL.
2008-06-23
8,018 reads
By James Serra
What problem is Fabric Ontology trying to solve? For years, most data conversations have...
By Steve Jones
Recently I ran across some code that used a lot of QUOTENAME() calls. A...
By ChrisJenkins
There are some telltale signs that your growing business has outgrown Excel for your...
Tlp/Wa_Cs:0818-751-777 Jl. Sunan Kalijaga No.03 & 04, RT.04/RW.10, Tanubayan, Bintoro, Kec. Demak, Kabupaten Demak,...
Tlp/Wa_Cs:0818-751-777 Jl. Mayjen Haryono No.160, Dinoyo, Kec. Lowokwaru, Kota Malang, Jawa Timur 65114
Comments posted to this topic are about the item Stairway to Reliable Database Deployment...
When I use QUOTENAME(), I can optionally provide the character used to surround the string in the result. Can I use any character?
See possible answers