0
kicks
SQL Server: NULL As Nothing vs NULL As String Value in SSMS
While loading data from Flat Files, I have found that few column values are inserted as ‘NULL’ and client’s application crashed. WHY ?. Because ‘NULL’ as nothing and NULL as character value are two different things.