Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Loop Through every table in a DB

By Chris Morton, 2009/01/20

Total article views: 1884 | Views in the last 30 days: 9

this Script is meant to be used to create your own script and by itself it does very little except list all the tables. the parameter @SQLScript can be used to execute some code as you see fit.

 

the idea behind this script is to use it as a template to build your own code.

 

this is based on the original sp called _SPLOG_SPConstructor found in the autogenerate stored procedures code which can be found here:

 

http://www.sqlservercentral.com/scripts/AutoGenerate/65042/

 

and here:

 

http://www.sqlservercentral.com/scripts/AutoGenerate++++++parameters/64760/

 

Enjoy...

 

 

 

By Chris Morton, 2009/01/20

Total article views: 1884 | Views in the last 30 days: 9
Your response
 
 
Related Articles
FORUM
FORUM

Script

Need Automated Script

FORUM

drop script

drop script

FORUM

script errors

script errors

Tags
dynamic sql    
loop    
metadata    
table    
 
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