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
Adding PowerPoint Viewer to winform desktop app.
Database Password - unset database password grayed out
Access VBA: Getting Record Count
sql server login
Where and how can i use silent switches for a MSI file in the group policy.
search method in VBA Access
The transaction log for database 'mydatabase' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases
Windows 2008: When they say "CPUs supported", are they talking CPU sockets or CPU cores?
how to store emails from exchange server into a tale in access?
How do I insert a word document or pdf into the body of an email?