588 results found
-
BUG: Undo removes extended database properties
If I do an undo on e.g. a stored procedure. SQL Source Control removes the extended properties from the database. The extended database properties are not checked in but removed on undo. We use these properties to store some metainformation about the database itself and readding them by hand after an undo is not that funny.
1 vote -
Unable to load a project file after installation
After installation, I was no longer able to load a project file within SSMS. I also was unable to create new projects. My fix was to reinstall SQL Server 2008 R2.
1 vote -
tab button behaviour on Link
When I enter the server details to create link and then hit the tab key, the cursor focus should go to the field for the path. It seems to go everywhere else and not end up in the expected field for a further 5-6 tab key taps.
1 vote -
source control folder structure should reflect that in ssms. in particular for indexes
source control folder structure should reflect that in ssms. in particular for indexes
1 vote -
CVS cannot handle $Log entries in
In CVS you can use the $Log keyword within, say, a stored proc definition and CVS will automatically insert the commit comments. Works very nicely, but the problem with SQLSourceControl is that the file is updated by CVS on commit when it inserts the new audit comment. However, SQLSourceControl thinks the file has changed and wants you to commit it again. Any chance of this being resolved, perhaps ignoring the $Log section when detecting if the file has changed?
1 vote -
Adjust tab order on "Link to Source Control" Screen
The source control folder field currently tabs upward to the question mark next to "Type or paste the URL.....". It seems that it should tab to entry 1 under "development model"
1 vote -
Make the Blue Indicator on Database Roles Easier to See
The icon with blue globe under Database Roles is really hard to see. Wish it were clearer.
1 vote -
TFS rollback causes check in error on SQL Source
We got the same, "The list of changes to commit was out of date", error when trying to commit a list of specific objects (table and views). What we discovered is that the list of objects which we were changing were all manually rolled back on TFS the day before. We then went to TFS directly and manually made the changes we were trying to commit via SQL Source Control. We then got latest via SQL Source and made a test comment in one of those objects which we manually checked in via TFS and checked in the test comment…
1 vote -
Relocate
Be able to apply the SVN Relocate command. I often switch between our SVN server while on the LAN, but then when on the road I connect "relocate" to the SVN server using external IP address of the server using the SVN relocate command.
1 vote -
Support different format of source control source files.
By default during initial sync Red-Gate creates object’s files with binary attribute. It is more relevant to them to be string type -- Unicode (which they are actually). It is necessary due to some file-diff tools incorrectly handles binary files. There no way to change default file creation attribute (binary).
Let user choose target sourse control object's file attribute.1 vote -
1 vote
-
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 -
Make it clearer when there is a new Filter available
If there is a new Filter available at the moment this gets listed in the Get Latest tab with all other objects. Really you should apply this first before committing changes or getting latest. If you don’t there’s a danger you commit or get objects that should be excluded by the filter.
For example if a new filter excludes Users and Roles, but you fail to synch this before committing latest you can easily commit recently created users and roles that should simply have been excluded.1 vote -
Select multiple versions in History
In SVN log you can select multiple revisions and the changes list will display changes "files" across all of the revisions. Would like to see this feature in SQL Source Control history.
1 vote -
Does SQL Connect work with a database project (.dbproj)?
Does SQL Connect work with a database project (.dbproj)?
1 vote -
Support CA Software Change Manager (previously known as Allfusion Harvest)
We're using CA's SCM for our source control. Would be nice if SQL Source Control could add support for it.
1 vote -
1 vote
-
DataLink
Just view the tables checked as static.
Comes in handy when comparing to other Databases (hence same database but for instance on another level -> DEV-TST-ACC-PRD)1 vote -
updated data on static tables
Disable Foreig Keys of table of transaction
1 vote -
Migration script missing extended properties of child tables FKs when making change to parent table.
Bug: when creating a migration script for a table change that requires dropping Foreign Keys on other tables to this table, the generated migration script does not include the extended properties for the Foreign Keys on the other tables when rebuilding the Foreign Keys.
1 vote
- Don't see your idea?