Additional SQL Server features and topics not covered by specific categories
will alert me when someone has input an invalid character into a particular column in a table.
There is no build-in function for this, you have to implement this completly on your own, e.g. using stored procedure to check the entered data & write it to the tables.