Click here to Skip to main content
15,888,461 members

Comments by sommr0 (Top 27 by date)

sommr0 22-Aug-17 18:48pm View    
but it is debug correctly
sommr0 22-Aug-17 18:06pm View    
how it possible??
sommr0 22-Aug-17 17:55pm View    
This is a procedure but procedure work properly ...
sommr0 22-Aug-17 17:55pm View    
ALTER PROCEDURE [dbo].[COMPANY_CHANGE_PASS]
-- Add the parameters for the stored procedure here
@Password NVARCHAR(50)
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets from
-- interfering with SELECT statements.
SET NOCOUNT ON;

-- Insert statements for procedure here
UPDATE COMPANYMST SET Password=@Password
sommr0 26-Jul-17 6:32am View    
how to fixed it? please correct my code?