SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Create standard Get Procedure in T-SQL

By Peter Strömblad,

Total article views: 693 | Views in the last 30 days: 76

Ever had the hassle of making tedious scripts that do the same thing over and over?

This script creates a stored procedure that gets a row or set of rows from a given table.

Primary keys are submitted or set to null as input parameters.

The use of this is effecient since stored procedures are compiled, and you don't open up for sql-injection attacks when using parametrized queries.

Feel free to use this as you like.

I use this daily in combination with mkProc_CreateUpdate script generator.

By Peter Strömblad,

Total article views: 693 | Views in the last 30 days: 76
Your response
 
 
Related tags

3-Tier design     select    
mkProc_Get     T-SQL Stored Procedure    
Resultset    
 
Related content
 
Contribute

Free registration required...

To read the rest of this article, and access thousands of other articles, we ask you to register on the site and subscribe to our newsletters.

Login (existing users)

Login

Email:   Password:   Remember me: Forgotten your password?

Register (new users)

Register

Email:   Password:
Confirm:

Subscribing to our newsletters gets you:

  • ALL of our content (thousands of articles, scripts, and forum postings)
  • A daily newsletter (example)
  • A weekly news round up (example)
  • The opportunity to ask and answer questions in our forums
  • A daily Question of the Day to test and help you increase your knowledge of SQL Server.

Steve Jones
Editor, SQLServerCentral.com