Concat_null_yields_null
Feb 24, 2004How do you set the option CONCAT_NULL_YIELDS_NULL to OFF
in all databases and permenantly
???
How do you set the option CONCAT_NULL_YIELDS_NULL to OFF
in all databases and permenantly
???
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.
View 1 Replies View RelatedI would like to check the setting of this variable in our MS-SQL 2000database. Also, is there info on what the default value of thisvariable is?
View 6 Replies View Related