Page 1 of 1

Anyone familiar with SQL Server 08 and Check Constraints?

Posted: Fri Mar 11, 2011 7:47 pm
by Astro
I'm trying to place a check constraint on a FullName column that will combine information from two other columns (FirstName and last Name) and display them together in that column.


I'm using this expression:

[firstName]+' '+[lastname]

Have I missed something out? :-\

Re: Anyone familiar with SQL Server 08 and Check Constraints

Posted: Fri Mar 11, 2011 10:31 pm
by redVENGEANCE
Maybe an "&" between field names?

Sent from my Hero using Tapatalk