No intellisense for resource pool
torsten.strauss
Posts: 271 Silver 3
in SQL Prompt
Hi Redgate Team,
unfortunately, SQL Prompt will not show the available resource pools (and workloads). If I remember correctly, in a previous version this was supported.
Can you please fix it - thanks!
unfortunately, SQL Prompt will not show the available resource pools (and workloads). If I remember correctly, in a previous version this was supported.
Can you please fix it - thanks!
CREATE RESOURCE POOL [pool_in-memory]
WITH
(
MIN_MEMORY_PERCENT = 65, MAX_MEMORY_PERCENT = 65
);
GO
DROP RESOURCE POOL [pool_in-memory]; -- pool list is not available...
Thanks!
Torsten
MVP
DROP RESOURCE POOL [pool_in-memory]; -- pool list is not available...
Thanks!
Torsten
MVP
Tagged:
Answers
Sean Quigley | Product Support Engineer | Redgate Software
Have you visited our Help Center?
Sean Quigley | Product Support Engineer | Redgate Software
Have you visited our Help Center?