Comments
Sort by recent activity
I agree with Grant, but with a rather large caveat. The query plan you get is drastically influenced by the "server" capabilities. In the vast majority of cases the machine you mount a clone on will be a fraction of the hardware (especially the optimizer-affecting ones of CPU and RAM) that the production box is. So you could wind up chasing a red herring or worse. Another potential gotcha is the edition/version/build of SQL Server the clone is mounted on. / comments
I agree with Grant, but with a rather large caveat. The query plan you get is drastically influenced by the "server" capabilities. In the vast majority of cases the machine you mount a clone on wil...
That's a really nice list of enhancements Mark / comments
That's a really nice list of enhancements Mark
Hmm, if I click the Globe by my profile name, I just get a popup that states:
You do not have any notifications yet.
Perhaps something is blocking the link (uBlock Origin possibly).
In any case, I found a way to edit my profile and change notifications there. No where did I see the option to receive a daily digest. I don't want emails for all activity. Will we able to (or can we now) set up a daily digest email? / comments
Hmm, if I click the Globe by my profile name, I just get a popup that states:
You do not have any notifications yet.
Perhaps something is blocking the link (uBlock Origin possibly).
In any case, I ...
Please add me to the list of people who are requesting that you allow for complete user control of the locations where prompt stores all of it's information. / comments
Please add me to the list of people who are requesting that you allow for complete user control of the locations where prompt stores all of it's information.
I have emailed the error report before, but just did it now. I also note that the "complete error message" that can be shown on the bottom pane seems to have much more detail to it. I have emailed you a screenshot with that information in case it is helpful. / comments
I have emailed the error report before, but just did it now. I also note that the "complete error message" that can be shown on the bottom pane seems to have much more detail to it. I have emaile...
I currently have over 16000 of these messages in my log!! / comments
I currently have over 16000 of these messages in my log!!
I isolated the spgettxhistory calls to Source Gear Vault.
STILL cannot believe you kill my box with the get version calls though. There simply MUST be a way to disable that! / comments
I isolated the spgettxhistory calls to Source Gear Vault.
STILL cannot believe you kill my box with the get version calls though. There simply MUST be a way to disable that!
Here is my engine options settings file in the source control 3 folder:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!---->
<EngineOptions version="2" type="EngineOptions">
<PollingEnabled>False</PollingEnabled>
<DefaultTraceMinimumInterQueryTimeInMillis>0</DefaultTraceMinimumInterQueryTimeInMillis>
<SysObjectsMinimumInterQueryTimeInMillis>0</SysObjectsMinimumInterQueryTimeInMillis>
<SysTypesMinimumInterQueryTimeInMillis>0</SysTypesMinimumInterQueryTimeInMillis>
<DefaultTraceMinimumRequestedInterQueryTimeInMillis>0</DefaultTraceMinimumRequestedInterQueryTimeInMillis>
</EngineOptions> / comments
Here is my engine options settings file in the source control 3 folder:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!---->
<EngineOptions version="2" type="EngineOptions">
<PollingEnab...
Thanks for the information. / comments
Thanks for the information.
csmith wrote:
Hi
Deleting the SQL Source Control v2 directory tree without first unlinking the database from SQL Source Control via the user interface would cause the behaviour you describe. Although, it is worth stating that SQL Source Control v3 will work fine with databases with a working base under the v2 folder.
However, if you'd prefer the working base to be under the "SQL Source Control 3" please unlink the database first, delete the unwanted working base folder and link the database again.
Best regards,
Chris
Correct me if I am wrong, but if I unlink the database I lose all historical information, rollbacks, etc, etc, right? This is a flaw in the system if so, and should not be required in any case. Your mandatory uninstall/reinstall to upgrade from V2 to V3 should cover this automatically. / comments
csmith wrote:
Hi
Deleting the SQL Source Control v2 directory tree without first unlinking the database from SQL Source Control via the user interface would cause the behaviour you describe. Alt...