cancel
Showing results for 
Search instead for 
Did you mean: 

how to stop the update statitics on database level

Former Member
0 Kudos

Hi experts,

As per the our latest EWA report, SAP has recommanded to OFF the auto_stats_update of the below tables.

Use sp_autostats to turn off auto stats for VBHDR

Use sp_autostats to turn off auto stats for VBDATA

Use sp_autostats to turn off auto stats for VBMOD

urgent answer will be really apprecite.

Thanks

Hemant G

Accepted Solutions (1)

Accepted Solutions (1)

former_member184473
Active Contributor
0 Kudos

Hello Hemant,

In the following website you can find the example:

sp_autostats (Transact-SQL)

EXEC sp_autostats '<sid>.VBHDR', 'OFF'

EXEC sp_autostats '<sid>.VBDATA', 'OFF'

EXEC sp_autostats '<sid>.VBHMOD', 'OFF'

Regards,

Eduardo Rezende

Former Member
0 Kudos

Hi Eduardo,

Thanks for your help and sorry for delay.

It was really help us.

Regards

Hemant G

Answers (1)

Answers (1)

0 Kudos

This message was moderated.