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
After OCS F-E's IP was changed, Services would't start - SQL connection lost?
Outlook 2003 keeps crashing
Flushdns and Enter your website then ping
MS Access - References Lost When Distributing
MS Access continuous forms - background color from field
Design a form
WIndows Vista dont boot, blue screen
Problems printing a pdf of an embedded graph in a report.
the certificate is invalid for exchange server usage
How to discover the IP address of a wireless access point without looking at the DHCP client list