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

Create standard Get Procedure in T-SQL

By Peter Strömblad,

Total article views: 906 | Views in the last 30 days: 16

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: 906 | Views in the last 30 days: 16
Your response
 
 
Related Articles
FORUM
FORUM

Script

Need Automated Script

FORUM

drop script

drop script

FORUM

script errors

script errors

Tags
3-tier design    
mkproc_get    
resultset    
select    
t-sql stored procedure    
 
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