Share via

SQL Server %User Time High

Nguyễn Đông 20 Reputation points
2023-06-29T02:45:38.9866667+00:00

Hi,

I am having 1 problem related to SQL Server. My SQL is connecting to SAP B1 software and querying is slow, I have checked CPU and RAM in task manager I see 20% CPU and 70% ram. I found the code to check for errors and I see %User Time taking up a lot of CPU time. My database is almost 1TB, Is there any solution for me to reduce %User Time in SQL.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


Answer accepted by question author

Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
2023-06-29T21:39:25.1933333+00:00

Usually, when queries are slow, you need to identify which queries that are slow and then tune them by adding/modifying indexing and or rewrite them.

Since this is a third-party product, you may be restricted of what you can do by the license. It may be better to ask in a SAP forum, since people there may know what you can and cannot do with your SAP database.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.