2014年1月3日 星期五

SAP note 1558087 - SQL Server Statistics Maintenance

Windows NT下
先將批次檔與note的附件放在以下路徑
(1)D:\usr\sap\PRD\command\
SM69 增加外部指令,範例:
(2)D:\usr\sap\PRD\command\sap_IndexStatsMaintenance.bat
批次檔 sap_IndexStatsMaintenance.bat 內容如下:
sqlcmd -i D:\usr\sap\PRD\command\sap_IndexStatsMaintenance.sql -o D:\usr\sap\PRD\Log\sap_IndexStatsMaintenance.txt
(3)建立 D:\usr\sap\PRD\Log\目錄
(4) sap_IndexStatsMaintenance.sql 增加三行(紅字部份,prd = sid,要分大小寫):
 /********************************************************/
/*  Object  :Stored Procedure sap_IndexStatsMaintenance */
/*  Author  : C5024907                                  */
/*  Note    : 1558087                                   */
/*  Version : 1.5                                       */
/*                                                      */
/*  05/13/2011 - Initial version                        */
/*  08/23/2011 - C5002239 found more fields             */
/*  08/09/2012 - I035208 found some more in INDX        */
/*  11/30/2012 - I044729 found the systemobject         */
/*               problem                                */
/*  04/09/2013 - Added PA* and HRP* tables              */
/********************************************************/
use PRD
setuser 'prd'
go


(5)@NoExecute        int           = 0,
改成 @NoExecute        int           = 1,

(6)存檔
(7)排程每月月中或每年一月執行

沒有留言:

張貼留言