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
How can I customize the windows password complexity error message that pops up after changing your password in Active Directory?
Custom Site Definition
Login failed for user 'sa'. Reason: Password did not match that for the login provided.
Removing Hidden attribute from file
Search and replace text containing superscripts in Word
vba code to go to a clear the content of a text box and move cursor to that text box
How to speed up VBA Code ADODB Recordset updates
Folders being created - Outlook Calendar, Outlook Contacts
Does CMap support multi-threading?
SBS 2003 drops *most* Internet connections every three hours