摘要
在SQL Server 2005中通过检查约束来实现一些复杂字符串的验证是比较困难的,由于在SQL Server 2005中集成了CLR,可以利用C#的正则表达式来解决这一问题,本文对CLR在SQL Server 2005中的应用做出了基本的阐述,详细给出了如何使用SQL CLR集成来验证电子邮箱格式的关键步骤和代码,并通过实例进行了验证。
Complex string validation in SQL Server 2005 is very difficult by check constraint.For SQL Server 2005 integrates CLR,so using the regular expression of C# is able to solve the problem.The paper describes the application of CLR in the SQL Server 2005 basically.The important step and code for SQL CLR to validate email is also given in detail.
出处
《计算机与现代化》
2010年第10期186-188,共3页
Computer and Modernization