M
Mike Labosh
Know how international phone numbers can be like 10 or 12 digits long
depending on the combinations of prefixes?
I stumbled upon this gem in our database today:
PhoneNumber = "(Int64) 47183538346736"
Apparently, some dummy did a C#-style typecast incorrectly so that the
typecast operator got saved as part of the SQL Server NVARCHAR(30) column.
<bonking head on desk>
I bet the autodialers will choke on it.
depending on the combinations of prefixes?
I stumbled upon this gem in our database today:
PhoneNumber = "(Int64) 47183538346736"
Apparently, some dummy did a C#-style typecast incorrectly so that the
typecast operator got saved as part of the SQL Server NVARCHAR(30) column.
<bonking head on desk>
I bet the autodialers will choke on it.

