Workaround for performance issues on large database schemas
David Atkinson
Redgate › Posts: 1,458 Rose Gold 2
If you are having issues with SQL Prompt as it tries to cache databases with a very large number of schema objects, the following option is available to you.
As of SQL Prompt 5.3 you can edit %LOCALAPPDATA%\Red Gate\SQL Prompt 5\RedGate_SqlPrompt_Engine_EngineOptions.xml and change <MaxSupportedColumns> to a value like 2000000.
Any database with more than the configured total number of columns across all tables will just not be cached by SQL Prompt.
As of SQL Prompt 5.3 you can edit %LOCALAPPDATA%\Red Gate\SQL Prompt 5\RedGate_SqlPrompt_Engine_EngineOptions.xml and change <MaxSupportedColumns> to a value like 2000000.
Any database with more than the configured total number of columns across all tables will just not be cached by SQL Prompt.
David Atkinson
Product Manager
Redgate Software
Product Manager
Redgate Software