Microsoft
Software
Hardware
Network
Question : Need to return " "
if this
SELECT AboutME FROM tbl_Profile
WHERE UserID = @sUserId
returns null then I would like to return " "
a space textbox.
ALTER PROCEDURE [dbo].[sprGetAboutMeName]
(
@sUserId nvarchar(50)
)
AS
BEGIN
-- Unique Columns to check whether already exists
SELECT AboutME FROM tbl_Profile
WHERE UserID = @sUserId
RETURN
END
Answer : Need to return " "
SELECT coalesce(AboutMe,'') FROM tbl_Profile
WHERE UserID = @sUserId
Random Solutions
How to expose MS Dynamics GP fields into VS Project
=Hyperlink with Vlookup results in "Cannot Open Specified File"
Is there a way to convert a printdocument to a bitmap?
Canon printer reports low ink after replacing ink cartridges.
Delprof Selective Profile Delete
Access rule ISA 2006
SCW & Exchange 2007
Cannot load TPSMain.exe as CpuPerf.dll not found
Missing Comma Error.....?
query to show anything due in the current week