cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

MS SQL DB: SQL statement /index tuning

waelkensd
Explorer
0 Likes
1,448

Dear community,

I've been dealing with Oracle performance issues lately and was able to tackle them with the use of the  RSORASTT tool (described in note http://service.sap.com/sap/support/notes/1299493)

I was looking for some guidelines (blog, or document ) on how to interprete sql statements on ms SQL DB's and troubleshoot performance issues.

In orde to do this on Oracle you can check the buffer gets for example to see whether there are any performance issues on the specific query. Is there anything in ms sql as well which is an instant indicator a query is not performing as it should?

Thanks in advance for your suggestions

Dieter

View Entire Topic
S_Sriram
Active Contributor
0 Likes

Hi Dieter

In SAP system you can use T-code ST12(Single Transaction Analysis) trace and then check the ABAP & SQL Statements for index tuning, Kindly refer the below link about the ST12 & ST05

http://scn.sap.com/docs/DOC-44143

and also you can find tune your Ms SQL DB for SAP system refer the link

http://scn.sap.com/community/sqlserver/blog/2012/09/28/spring-clean-and-tune-your-sql-server-sap-dat...

Regards

Sriram