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
why has outlook 2007 stopped working properly?
SQL Server BIT field true and false
get datagridview to show last record instead of first.
Email Address in Outlook express
MSSQL$MICROSOFT##SSEE Event 824
How do I get Visual Studio 2008 Templates to appear in the window?
In Access how can i have a value returned based on a value present.
Fill a Text box with a selection
Shared vs Exclusive Mode - Automatic Switching
Allow real desktop access to Windows Server 2008 R2