Tag Archives: stored proc in SQL

Store proc in T-SQL SERVER 2005

Microsoft SQL Server provides the stored procedure mechanism to simplify the database development process by grouping Transact-SQL statements into manageable blocks. Benefits of Stored Procedures Why should you use stored procedures? Let’s take a look at the key benefits of … Continue reading

Leave a Comment

Filed under Store Procedure