Share via

Memory related

Laxmi 61 Reputation points
2022-02-19T17:30:43.65+00:00

If we allocate memory for sql server then services like analysis , reporting,, integeration will consume memory from the same else we can allocate separate memory?

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

Answer accepted by question author

Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
2022-02-19T19:20:01.047+00:00

The memory configuration you do with sp_configure 'max server memory' applies only to the Database Engine. In this context, Analysis Services, Reporting Services and Integration Services are different programs just as Explorer, Word or whatever you would be running on the machine.

If you are running SSIS, SSAS and/or SSRS on the same machine, you need to account for that when you set max server memory-

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Laxmi 61 Reputation points
    2022-02-20T04:28:08.663+00:00

    Thanks then in my server., daily at particular time we are receiving memory alert, while logging into the server in task manager it's showing analysis service consumes more when compared to sql engine, and it immediately dropped after 5 mins.. But not able to view what is happening by that time? Can you pls tell me is analysis only consumes more e? If yes then how to analyse that?

    Was this answer 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.