Thanks Every one for the Help.
I was able to solve the Issue.
If our table Columns datatype is Nvarchar
then we don't need to prefix any 'N' Character to our stored Procedure Parameters.
I have added my tables Image below
Here is the stored Procedure which I have used:
CREATE PROCEDURE [dbo].[usp_UpdateSubCategoryDetails]
-- Add the parameters for the stored procedure here
@SubCategoryID INT,
@SCDetailsHeading NVARCHAR(300),
@SCDetailsDescription NVARCHAR(3000),
@IMAGE NVARCHAR(100)
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets from
-- interfering with SELECT statements.
SET NOCOUNT ON;
-- Insert statements for procedure here
INSERT INTO tblSubCategoryDetails(SubCategoryID,SCDetailsHeading,SCDetailsDescription,[Image],IsActive)
VALUES(@SubCategoryID,@SCDetailsHeading,@SCDetailsDescription,@IMAGE,1)
SELECT SubCategoryID,SCDetailsHeading,SCDetailsDescription,[Image] FROM tblSubCategoryDetails
WHERE IsActive =1
END
OUTPUT:
1 ఫోటో స్టోరి: 40 లోనూ అదే మాయ ఫోటో స్టోరి: 40 లోనూ అదే మాయ ../images/FilmyImages/heroine_raashi_khanna-1920x1080.jpg