Click here to Skip to main content
15,886,362 members
Articles / Database Development / SQL Server

why my code is not working properly

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
10 Nov 2012CPOL 2K  
here my store procedure but its not working please tell me where i go wrongALTER PROCEDURE [dbo].[sp_insert_registration] ( @fname varchar(50)= NULL, @mname varchar(50)= NULL, @lname varchar(50)= NULL, @p_password varchar(50)= NULL, @question...

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available No 10-Nov-12 6:38 Available Nelek
code blocks added
1 No 10-Nov-12 6:26 Available sumit kausalye

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions