Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Alternative queries equivalent to Oracle's Analyze Table Query

5

43 views

Are there queries in other databases equivalent to Oracle's very useful ANALYZE TABLE.. ? I am looking for alternatives for the following Database vendors:

  1. MySQL
  2. MS SQL Server [2000, 2005, 2008]

Thanks in advance

asked June 10, 2011 3:24 pm CDT
posted via StackOverflow

2 Answers

2
 

MySQL has ANALYZE TABLE as well, see here:

http://dev.mysql.com/doc/refman/5.5/en/analyze-table.html

answered June 10, 2011 4:23 pm CDT
0
 

Have a look at SQLServer-DBA.com at this page for a statistics overview and another page on how to gather statistics in MS SQL Server. I don't know of other vendor implementations.

answered June 10, 2011 4:23 pm CDT

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions