Comments
5 comments
-
Hello Syed
Have you checked your machine meets the minimum requirements for each Redgate product you have installed? You can check the requirements on the documentation site. For instance, the system requirements for SQL Prompt are here: https://documentation.red-gate.com/sp9/getting-started/requirements. Also it might be worth checking the system requirements for SSMS.
Can I also ask which Redgate tools you have installed?
Thanks -
Also, what's the count(*) from sysobjects for your database(s)
-
I am also having the same problem, running SSMS 17.9
I have 719 sysobjects in my database. -
719 is a busy db, but not that crazy. Some of this is the time it takes for comparisons of objects and refreshing. You can lower the refresh rate if you're working in a dedicated model. If you have a shared database, be careful of doing this, or make sure when you check the commit tab, that you examine changes which might be made by others. There could be conflicts or overwrites you want to be aware of.
The other suggestion I have is to use SQL Search more to find objects rather than browsing the OE. I tend to browse myself, but that's a poor habit and it can be slow compared to searching for objects. If you have the toolbelt, I'd also use the dependency tracker to get a pick list of items to work on based on a change. So if I change a table, I can get dependent objects to check and order my work with the dependency tracker information.
Prompt also has a lot of data about objects, which can reduce the time spent in OE.
I know these are workarounds and cumbersome. There is some ongoing work with SQL Source Control, but with the nature of trying to capture changes and update the user, this just isn't a fast process, especially because SSMS doesn't make this easy. -
I've experienced the same with SSMS 17.9 and Prompt 9.4.4.7199. Was causing a lot of headache when typing mainly. Disabling `Enable Code Analysis` solved it pretty fast. It's a nice feature however too heavy..
p.s. I'm Running i5-3210m, 16GB DDR3 1600, 2 SSDs (Crucial, OCZ) and the sysobjects count is 3k +
Add comment
Please sign in to leave a comment.
Thanks
Syed Imtiaz.