Posts
Sort by recent activity
Find a Consultant Page?
https://www.red-gate.com/training/find-a-consultant returns:We can't find the page you're looking for...
Change to My Products Page
I just went to get the latest versions of installation files to apply to my laptop. I now see (and don't recall seeing before) multiple "same product but different" download options. Many seem to h...
SQL Provision/Data Masker FoRG Download?
When I log into Red-Gate and look at my licenses I get download links for various products. I just got the new SQL Provision/Data Masker FoRG license but I don't see any download link to those two ...
SQL Provision Pricing
I am curious why there aren't 500GB and 1TB pricing points for the new product. The 2.5X jump is kinda jarring.
Filtering Not
I filtered out a large database to just do table stuff. Then waited almost 20 minutes while this query ran:
SELECT sm.object_id AS id,
definition AS text,
1 AS colid,
(CASE WHEN OBJECTPROPERTY(so.o...
Source Control 5 - Major Problem
I have complained about this before. The RAM usage for SQL Source Control 5 is absolutely out of control and unacceptable. Without any database even set up for source control, the NINE running SSC ...
SSC Vault Disconnect Error
Have SSMS open and connected to SourceGear Vault 7.1.0 all on local laptop. SSC 3.6.7.246 has connected to vault for a database under source control.
If Vault services are bounced (IIS reset, webs...
Feature Requests
Double-Showing Found Items
When I search for a string and said string is found in both the name and code of an object such as a sproc the item is shown TWICE in the grid. This should not happen. ...
DBCC PAGE Flood
Profiling my system while SSC starts up and I noticed a massive amount of DBCC PAGE commands being sent in. No worries - I figure gathering metadata information about objects. But then I stumbled...
Crushing SQL Server Performance After Upgrade
I just upgraded to SSC 3.1.0.4829 and I am getting frequent calls to this type of execution:
declare @p1 datetime
set @p1='2012-11-15 21:30:26.057'
exec tempdb.dbo.RG_WhatsChanged @SinceWhen=@p1 ou...