Posts
Sort by recent activity
Standard keystroke hijacking bugs in SQL source control
When editing a remark in the main Commit tab, I'd typically select some text from the bottom compare pane, for example the name of the stored procedure or a comment. Hitting CTRL-C does not do what...
Best way to install DLM automation
Hi, we are in the process of migrating our build and deployment environments to new servers.Our build server makes a snapshot that is used by the deployment server whenever a customer decides to up...
Including or excluding a schema in Filter.scpf seems to have no effect
I am using Sql Compare with the following commandline options:C:\Program Files (x86)\Red Gate\SQL Change Automation PowerShell\SC\SQLCompare.exe
/sourcecontrol1 /sfx:"D:\...\SourceControl.txt"
/r...
Bug report: Sync-DlmDatabaseSchema seems to ignore some items in -FilterPath .scpf file
Our filter file has a filter to exclude some tables like this: <Table version="1"> <Include>False</Include> <Expression>(name = 'Table1') OR (name = 'Table2') OR (name = 'Table3'...
Please add an option to filters.scpf to ignore filestream properties.
In our development databases we never set the filestream property on any column.On some production servers, our DBA turns filestream on for specific customers that store large blobs.When we deploy ...
Just wondering.. why are some exceptions in the log preceded with "You are ..."
I guess it's English humor?A few examples:You are ...
RedGate.Legacy.CommandLine.FatalExecutionException
at RedGate.SQLToolsCommandLine.CommandProcessor.FatalExceptionHelper(String message, Excep...
Creating package fails because user deletes itself in temporary database
I asked this question here before, but it disappeared after an edit (changed the log style from code to quote).
Using the TeamCity integration step "Redgate SQL Change Automation Build", I provided...
Redgate SQL Change Automation Build commits suicide
Using the TeamCity integration, the "Redgate SQL Change Automation Build" build step, I'm trying to generate a NuGet package for deployment to multiple servers.In the build step I have specified th...
SQLCompare.exe suddenly no longer supports SQL Server 2005
In our build automation we have a step that checks backward compatibility with older SQL Server versions. Two days ago it ran successfully. Now after checking in a small change it throws an error. ...
Feature request: Report - Longest running queries: Include Stored Procedure name
Please include the name of the stored procedure (where applicable) in the report of "Longest running queries".Currently I need to use SQL Search to find the procedure that includes the query.You ca...