A Scenario to Ponder #7
A totally hypothetical and insane requirement, incontestably prone to excessive criticism (to put it mildly) from Joe Celko, if he ever happens to visit my blog :)
But, lets just assume that the requirement is warranted and we need a solution in SQL Server 2000.
I have a table with this definition.
CREATE TABLE BAD_ENCRYPTION(VAL_ID INT, VALUE VARCHAR(100))