Share via

MAP toolkit for SQL Server - results attribute ask

Sonders, Robert 0 Reputation points
2025-03-25T18:38:03.57+00:00

I remember a 95th percentile attribute returned with the MAP tool for SQL Server. In the Database details output. Has that attribute been removed?

0 comments No comments

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 23,605 Reputation points
    2025-03-25T19:22:51.82+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    If you're looking for similar functionality, you might consider using SQL Server's built-in tools, such as PERCENTILE_CONT or PERCENTILE_DISC functions, which allow you to calculate percentiles directly within SQL queries:

    https://learn.microsoft.com/en-us/sql/t-sql/functions/percentile-cont-transact-sql?view=sql-server-ver16

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **

    Was this answer helpful?

    0 comments No comments

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.