Without the luxury of Regex functions in MS SQL 2000 you can still use check constrains to apply formatting to your table columns.
Here is the check constraint phrase to ensure a web address, with a trailing / is entered:
([col] like '%://%/')
and then
({ fn LENGTH(col) } - { fn LENGTH(REPLACE(col, '/', '')) } > 3)
Kbytes Home | Privacy Policy | Contact us | Testing Area
© 2004 - 2024 1 Oak Hill Grove Surbiton Surrey KT6 6DS Phone: +44(020) 8123 1321