How To SET CONCAT_NULL_YIELDS_NULL OFF?
Nov 5, 2007 I'm writing a select query that's, in effect, like this: Select FirstName + ' ' + LastName FROM Users.
How do I get just the first name to display in my gridview if last name is null?
I'm familiar with aspx and aspx.cs files, but stored procedures are beyond me right now.