Hi Guys ,
I am new in Database Design field. I want to know how to create Stored Procedures in SQL Serve and What's the benefit of them?
Hi Guys ,
I am new in Database Design field. I want to know how to create Stored Procedures in SQL Serve and What's the benefit of them?
Its very easy..! Here is syntax of syntax of stored procedure
create procedure procedurename
as select * from tablename