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

Table Information View -- No Cursors!

By RBarry Young, 0001/01/01

Total article views: 12852 | Views in the last 30 days: 310

One of the most frequent request I get is for a procedure that can return sp_SpaceUsed type information for every table in a SQL Server 2005 database. This is easy enough to do with cursors and dynamic SQL, but after looking at how sp_SpaceUsed worked and how SMO gets the same information, I decided that I could write it without either.

Even better, once I wrote it though, I realized that it could easily be rewritten as a view. Now I could reuse it by joining it with other tables and views in new queries or procedures whenever I wanted. Enjoy!

 

By RBarry Young, 0001/01/01

Total article views: 12852 | Views in the last 30 days: 310
Your response
 
 
Related tags

Administration     Storage    
SQL Server 2005     tables    
 
 
Contribute
Like this? Try these...

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