stored procedure
-
why we shouled using the stored procedure vs asp.net ?? yazan_shalabi
-
why we shouled using the stored procedure vs asp.net ?? yazan_shalabi
-
why we shouled using the stored procedure vs asp.net ?? yazan_shalabi
-
we write the stored procedure in sqlserver2000 (update,insert,select)that better than write the statment it in asp.net code why ??? yazan_shalabi
-
we write the stored procedure in sqlserver2000 (update,insert,select)that better than write the statment it in asp.net code why ??? yazan_shalabi
yazan_zahi wrote:
we write the stored procedure in sqlserver2000 (update,insert,select)that better than write the statment it in asp.net code why ???
Different developers will tell you something different. Personally, I always use stored procedures. It keeps the database separate from the application, which to my mind makes maintaining the websites easier. It also allows the DBA to optimize the database end without having to change and redeploy the application.
Michael CP Blog [^] Development Blog [^]
-
yazan_zahi wrote:
we write the stored procedure in sqlserver2000 (update,insert,select)that better than write the statment it in asp.net code why ???
Different developers will tell you something different. Personally, I always use stored procedures. It keeps the database separate from the application, which to my mind makes maintaining the websites easier. It also allows the DBA to optimize the database end without having to change and redeploy the application.
Michael CP Blog [^] Development Blog [^]
add recored to the table ks_Media_item -if the same Item_no Value Found in the table Print msg"Record found"and exit the procedure -the columns (Updated_by,Updated_Date)will be null the tabel columns (Item_no,Decription,Added_Date, Added_By,Updated_by,Updated_Date) thank you;
-
we write the stored procedure in sqlserver2000 (update,insert,select)that better than write the statment it in asp.net code why ??? yazan_shalabi