Options

No intellisense for resource pool

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! 

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

Answers

Sign In or Register to comment.