T-SQL Integer Data-Type Conversions
This article will show some common integer data-type conversions using T-SQL.
2012-06-26
7,235 reads
This article will show some common integer data-type conversions using T-SQL.
2012-06-26
7,235 reads
This article describes an alternate use of CTEs for functional data processing.
2008-08-11
9,361 reads
2008-08-11
4,470 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
7,997 reads
By Steve Jones
My slides are here: VCS Primer Denver 2023 This was an overview of what...
By Steve Jones
The Future Data Driven 2023 virtual conference is coming on Wednesday, September 27. Register...
By Steve Jones
A few years ago SQL Prompt added a command palette to let you search...
All, In attempts thinking that I am smarter than your average bear, I attempted...
CREATE DATABASE dbsubjects; CREATE TABLE tblstudent( ID INTEGER PRIMARY KEY, TheName Varchar (100), TheAddress...
We have about 20 SQL Servers. We use Net backup or Native backup for...