Click here to monitor SSC
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: 1048 | Views in the last 30 days: 7

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: 1048 | Views in the last 30 days: 7
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

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones