588 results found
-
Need ability to replace specific Data Table columns with functions, and then ignore in comparisons
One of the things that we have in all of tables is a "DateCreated" and "ModifiedBy". DateCreated is supposed to be the UTC time of the creation of the record. For Metadata supported by SQL Source Compare -- this is becoming the date the script was written, rather than the date the production goes live. We would like to state that the actual column should be replaced by GETDateUTC(), rather than the time the record was first created in development, and then we want to tell SQL Source Control to ignore the underlying column for comparison.
We want to be…
9 votes -
Prevent UI-reset when "Commit Changes" fails
When I encounter a problem when attempting to commit changes (e.g. I forget to enter a comment), the UI gets completely reset and I have to reset everything from scratch (not to mention waiting for the comparison to refresh, which takes a long time). It'd be much nicer if a) it prevented me from making a commit with no comment, and b) it doesn't reset all my selections and dialogs.
2 votes -
Commit dependencies dialogue blue dot.
Commit dependencies dialogue shows blue dot on objects even when those objects have no changes to commit. This seems incorrect.
3 votes -
Add the ability to store queries in repository
I want to store my day to day DBA type stuff in version control just to have access from other machines.
1 vote -
Add mercurial pull and update commands
Add mercurial pull and update commands and detect if there are any remote changes to pull.
13 votes -
Allow 'History' option for command-line SCM
We use Mercurial for SCM and we can't use the 'History' option to rev our databases to a particular change as a result!
46 votes -
User-configurable tab width in diff views
When viewing differences prior to check-in (or prior to get-latest), the DIFF view always expands tab characters to 8 wide. Our standard is to use hard tabs to indent, 4 characters wide.
It would be nice to be able to tell SQL Source Control that our tabs are 4 chars wide, so that the diff displays are easier to read and interpret quickly!
13 votes -
Is there any planned support for SVN bugtraq properties?
Is there any planned support for SVN bugtraq properties?
Right now it seems to ignore any of those settings.
For example,
bugtraq:label
bugtraq:message
bugtraq:number
bugtraq:url
bugtraq:warnifnoissue8 votes -
external diff viewer
When comparing differences a double-click on the object could open a external diff viewer (if configured)
6 votes -
1 vote
-
Option to disable the SQL sp_refreshview command in the update script.
An option that prevents the addition of the EXEC sp_refreshview in the update script.
When updating queries that rely on linked servers and the linked server doesn't support distributed transactions the update fails and is rolled back.
Now we constantly have to manually alter the script by manually removing the EXEC sp_refreshview commands. This our server admins will not enable the DTC coordinator on the SQL servers
24 votes -
Allow me to specify what tables to sync instead of a Database
In our environment multiple projects make ddl changes to same database. But they dont make changes to a same table/procedure. It would be nice to have advanced settings which let one specify what objects go to what folder instead of an entire database.
5 votesIn v2.2, which is expected to be released in the next few weeks, we’ve implemented Object Filtering, which allows you to specify which objects to inlcude/exclude for source control. Therefore, you could link a database and set up a filter so that only the tables/procedures your interested in for your project would be source controlled. Would this help?
You can get the v2.2 Release Candidate at http://www.red-gate.com/messageboard/viewtopic.php?t=13668 to try this out. -
clearcase
Would be nice if SQL Source Control supported clearcase, or if an example of the config file usage were created.
13 votes -
Allow saving default filters
With 2.2 we now have the ability to create rule filters. However these are database specific. Need the ability to have a default set of rules, or copy rules from one database to another.
9 votes -
Full Text Indexes cause process to fail
I think the ordering of the build process needs to be addressed. When I get latest on a local machine it looks like stored procedures are being added before the full text indexes they reference. Currently I am having to de-select any referencing objects, apply the full text indexes and then re-select the objects to be applied. Is there any chance this can be addressed in a future patch?
75 votes -
5 votes
-
source control version 2.2.1.16 takes forever to get latest , SQL 2008 R2, TFS
source control version 2.2.1.16 takes forever to get latest , SQL 2008 R2, TFS
5 votes -
WITH ENCRYPTION stored procedures cannot be edited
I have several encrypted stored procedures. The SSMS plugin is able to decrypt them so that I can submit them to source control, but I don't see a way to directly edit them from SSMS. My current solution is to create a local copy from subversion and checkout procedures from there and check them back in with my changes. Which makes me wonder why I need the RedGate plugin at all. I love that the RedGate plugin allows me to do all of my commits directly from SSMS and not have to use an external program.
I wish there was…
10 votes -
Object Explorer Details context menu
When right-clicking a database in the Object Explorer Details page. The context menu doesn't reflect the database you click on. It still relates to the database selected in the Object Explorer tree.
SSMS 10.0.4000
SSC 2.2.1.23Thanks
Phil3 votes -
On closing, ask to Commit changes
Working in a Team development, I do not want changes not to be commited to TFS. If I forget on closing, then a pop up window should ask you if you want to commit your changes.
3 votes
- Don't see your idea?