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
Need to use multiple types of page numbering in document
Automate DHCP client computer add/remove via command line on Windows 2003 DHCP Server
ie crashes after latest Tuesday patches
fail to chop 2 GB WMV files
subquery to update selected rows in table
find a folder name vbs
Visual Studio console application without visible console
Compare Tables/Procedures
Can a mde runtime based on access 2003 on computer with access 2007 installed
Import a result set from DB2 to Access using TransferDatabase