Microsoft
Software
Hardware
Network
Question : I need to change all the 'null's in a query to a blank (empty string) with sql server
Is there any setting in SQL Server to change the display of 'NULL' in a query, showing a blank instead?
At the present time I'm using the function isnull(xfield,''), making very tedious to write each query, is there any toggle to take care of that?
Answer : I need to change all the 'null's in a query to a blank (empty string) with sql server
sorry, no mass way to take care of it...you have to continue using your isnull function.
select isnull(fieldname, '')
from tablename
Random Solutions
IIS 7 Enable Details Error messages remotely
Out look archive error
Obtaining the DataGridTemplateColumn to set items source in code behind
How do you remove the .ink virus
Enter Parameter Value after changing a form to subform
Number of folders
Update active directory phone numbers from SharePoint
Can't create portal
I can not find the record I added to table via search via query
opposite of IsNull