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
Problem with linespacing on Graphics.Drawstring
How to create List box in Excel. User can select one or more entries
count by columns
Mounted Drive (Supposedly) taking up all my Hard Drive space, how do I remove?
Need to be able to call up an ASIN function just like the one in Excel
Sharepoint
cross tab sql query
The password does not meet the password policy requirements.
Anyway to get href ID in code-behind?
How to save Excel 2007 spreadsheets into a form readable by Lotus 123