cancel
Showing results for 
Search instead for 
Did you mean: 

update statistics date for all tables

Former Member
0 Kudos

Hi Experts

How can update the statistic dates for all tables in SAP

I can easily update by going to detail analysis type the table name

and update the statistic date manually but how can i do it for all tables

regards

PP

Accepted Solutions (1)

Accepted Solutions (1)

clas_hortien
Employee
Employee
0 Kudos

Hi,

just run this script:

use <SID>

exec sp_updatestats

go

This will update all statistics on all tables within the <SID> database.

Regards

Clas

Answers (1)

Answers (1)

Former Member
0 Kudos

U can use DB13 for this...