SQL Server allows a maximum rowlength of 8060 bytes. If you don't need many more columns in the table, and you don't need to index the column (900 bytes is the max. indexable length), then there's ...
I'm working on a project building a web site that helps craftsmen (bicycle framebuilders) manage their operations. Most bicycle framebuilders give their frames a serial number, which can be anything ...