Welcome to Hellrocker's Collections

Hope its all of some use to computer users.............
Showing posts with label stored procedure. Show all posts
Showing posts with label stored procedure. Show all posts

Friday, March 18, 2011

Continued - Create all basic stored procedures for any table

In addition to my previous post of creating stored procedures for given table...

Here is the query that make use of previously created SP "MyTool" and create stored procedures for all user created tables in the current database...

So you don't need to execute my tool again and again for all the tables...

Create all basic stored procedures for any table

Here is the another quick solution to the SQL server database users for creating all basic stored procedures for any given table...

Thanks to Kailash Paliwal, Ashish Chitranshi and Abhishek Mishra(my friends and the webteam) to search and make this functioning.

So read on and enjoy the database using database...