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

Loop Through every table in a DB

By Chris Morton, 2009/01/20

Total article views: 1408 | Views in the last 30 days: 32

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: 1408 | Views in the last 30 days: 32
Your response
 
 
Related tags

Dynamic SQL     Metadata    
Loop     Table    
 
 
Contribute
Like this? Try these...

Calculate Age

By Maysarah Abu-Laban | Category: T-SQL
| 1,491 reads

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