Activity overview
Latest activity by MrBinqui
Hello,
I reinstalled SC4 and modified the XML as instructed above, at the beginning on the first click over an object it would act very very slow, and a couple of times the SSMS bar said (Not Responding).
However, if I keep bugging the object, now it is getting faster even when I right click on it to get the context menu. Which is good, since now is starting to act like before I installed the SC4 :-)
Something interesting I did notice, is that even though we turned off the Object Locking from the XML I still see these:
USE [RedGate]
IF OBJECT_ID('[SQLSourceControl].[LockedObjects]') IS NOT NULL
SELECT CAST(1 AS BIT)
ELSE
SELECT CAST(0 AS BIT)
OR
SET LOCK_TIMEOUT 12500
Are they supposed to still show up in the profiler?
Thanks! / comments
Hello,
I reinstalled SC4 and modified the XML as instructed above, at the beginning on the first click over an object it would act very very slow, and a couple of times the SSMS bar said (Not Respo...
Hello,
I followed the instructions. Tried the Object Explorer, slowness still present.
I uninstalled Source Control 4, tested and now the slowness is gone.
Any other suggestion?
Regards,
AlexV. / comments
Hello,
I followed the instructions. Tried the Object Explorer, slowness still present.
I uninstalled Source Control 4, tested and now the slowness is gone.
Any other suggestion?
Regards,
AlexV.
Slowness in Object Explorer's Context Menu
Hello,
I have SSMS 2014 and downloaded Red Gate tools, I decided to give a try to the Source Control.
However, I noticed that since I installed the Reg Gate tools my context menu on the Object Expl...