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
Hijacked
NetworkStream.DataAvailabl<wbr />e returns false
How to configure FastCGI activity timeout for php-cgi.exe, Windows7, x64
tool to compare 2 Folders
Sending and Receiving Data like a Dataset using WCF between two or more programs over internet without IIS Configurations
MS Access - Move focus from one form to another form with VBA and enable controls
VB.NET: get control by name and Reflection performance
split comma delimited values into seperate columns
Access 2007 converts all my projects to .mde when I save to local drive
DoCmd.RunMacro Problem/Question