Share via

Database alert for invalid character input

RayPaks 31 Reputation points
2022-06-23T01:06:54.9+00:00

Hi there,
I am trying to set up an email alert from SQL server that will alert me when someone has input an invalid character into a particular column in a table.

I already have the list of invalid characters and just need maybe a procedure or function created to run every so often to check if there is a match in the conditions to send an email alert.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


1 answer

Sort by: Most helpful
  1. Olaf Helper 47,621 Reputation points
    2022-06-23T06:01:05.623+00:00

    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.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.