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
Excel dynamic names (functions)
How to generate error message that contains a parameter?
Active Directory
Excel dependable Dropdowns
VS2008 C# DeskTop application Close form and open anther one problem
Outlook7 mail Icon
SQL Server 2005 Error, Ex_handle_except encountered exception C0000005 - Server terminating
Exchange 2010 After install when initialising it looks for the DC not the member server
" can't move the items. the file path\filename.pst could not be accessed Outlook 2003 Under XP
Programatically create multiple paragraph to a Excel Cell