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
Company web in Sharpoint Services Keeps asking for Username and password
How to add to TabControl from other thread?
Access Sales System Database
Adding Records to another Form
I have the total amount of sales for the month, but I need to split commission between 3 Areas.
Submit Information from Excel Form to Webpage
WCF Question
Automatically create separate tables from an SQL table defined by field value
Exchange 2010: Cannot send
MDI Parent and Child Problem