• ALTER TABLE dbo.person_test2

    ADD CONSTRAINT CK_ext

    CHECK ( Pext LIKE REPLICATE('[0-9]', LEN(Pext)) )

    SQL DBA,SQL Server MVP(07, 08, 09) A socialist is someone who will give you the shirt off *someone else's* back.