588 results found
-
Do changes have to be applied in order?
SQL Source Control increments a Revision number after each change. Does this imply that I am required to apply all changes up to a given Revision in a second database? I really want to apply only selected changes, and in my own order.
RELATED: If I select Revision 10 to apply to my database, and then select Revision 7, have I effectively removed changes for Revision 8, 9 and 10?
Note that I am most concerned about DATA in these cases. The schema for this particular project is mostly stable. I'm just trying to keep track of data rows that…
1 vote -
Do Not Allow HG Commit without a FogBugz BugID/CaseID
Currently with Tortoise Hg we can prevent a commit if the commit message does not contain a FogBugz bug/case ID. Based on a conversation with Red Gate support, SQL Source Control commit does not currently support this functionality. Please add it ASAP.
1 vote -
Why check and re-check for changes so many times?
Using SSC 3.0.11.3531
Dedicated development model- We finally get a nice little notification that Commit Tab has been updated. (Kudos for finally doing something in the background and letting users know they have to take action on something)
- Click on the notification to open the Commit Tab
- Wait for SSC to determine latest version and work out whats changed.
- Select my items and say commit
- Wait for SSC to once again determine the latest version and work out whats changed and commit my selected changes to TFS.
Surely
a) You already know what items are changed in order to show…8 votes -
migration script need names, dates and tagging
I would like to see more meta data columns on the migration script window. Name and Date create come to mind. Also tagging for specific environments (QA, Prep, etc)
12 votes -
RCS Codes interfere with change detection using Perforce
RCS keyword expansion expansion in Perforce is detected as a change when comparing DB and Source Control code. This is unhelpful. SQL Source Control should ignore changes in RCS tags content when the file type is set to KText
7 votes -
Offline Mode
I develop locally on a laptop. If I want to develop remotely and forget to turn on VPN before I open SSMS and select a database, SQL Source Control has a fit because it can't find the repository. In fact, it becomes unusable until I've connected to the repository and unlink and relink the database in source control.
An offline mode would detect if the repository was unavailable and merely track changes until the repository is available again.
14 votes -
Only certain users database should be able to do source control
I had three different connection in SSMS. One for each user: Sql admin, webadmin, webapplication user. I think I by mistake made a commit from the connection for the webapplication user which have very few rights. All the users right got screwed up after that.
1 vote -
Move Column Order
the ability to move column order
Example I would like the Owner Column next to the Object Name2 votes -
Single click to get latest for all connected databases
We have a fairly long list of source controlled databases whose changes may affect a developer's local environment. Right now they have to click each database and get latest. It'd be great if they could right-click at the server level and choose "Get Latest Changes From Source Control ..." at that level. It would then pull all the changes for all the databases. I suppose the Get Latest window would have to have a database column.
11 votes -
StarTeam
Include StarTeam as a source control option
5 votes -
BUG: Expended properties (MS_Description) on tables and DB is ignored
When I add Extended properties (MS_Description) on tables and Database and tries to commit, the changes dosn't Show.
If I later change a Description on one of the fields in the table, the Table properties changes is shown (and commited).
I Cant find a workaround for the DB description9 votes -
Default constraint names with escape characters aren't registered as a change
I accidently did an sprename 'DFVisitsSome3234234', '[DFVisits_SomeNumber]', 'Object' and committed it to SVN. Now, when I change it back, the Source Control does not detect this as a change to commit back. How do I get around this, or it's a bug.
1 vote -
When doing a "get latest", only require read permissions.
I would like to be able to allow people to get a copy of the latest set of development functions, etc. kept in a repository. I don't want everyone to be able to write new/modify existing functions. Currently when they try to do a get latest, it errors out saying they need read, check in, check out, and lock permissions. To get around this I've given everyone full permissions in TFS. I don't understand why that would be necessary for a get latest.
4 votes -
SQL Source Control support SQL Server maintenance jobs
It would be mint* to be able to have SQL Server Maintenance jobs included in SQL Source Control. Could it be added as a new feature?
- (see kid from Super8 movie)
29 votes -
1) Source Control - Get latest: first schema's then udf's and xsd schema THEN the rest
1) Source Control - Get latest: first schema's then udf's and xsd schema THEN the rest
1 vote -
Need functionality to view user and database objects dependency
SQL has the feture to view object dependencies. but, it dont have it for SQL logins. So, it will be good to have this feature in this s/w
2 votes -
Cancel commit clears comments
If I cancel a commit, on the dependencies dialogue window, it seems to clear the original comments.
This usually happens if I forget to include an object for commit, and the popup dialogue reminds me. I know it offers to include dependencies I have missed, but this often I'll have meant to include other objects in the submit. If I click cancel to go back and add them, the comments have been cleared
2 votes -
Partitiong Functions
Without any changes on the database, SQL Source Control creates a tracked changed alternating between these two partitioning functions:
CREATE PARTITION FUNCTION [TranDate] ([datetime2] (0))
AS RANGE LEFT
FOR VALUES (N'2007-01-01 00:00:00', N'2008-01-01 00:00:00', N'2009-01-01 00:00:00', N'2010-01-01 00:00:00', N'2011-01-01 00:00:00', N'2012-01-01 00:00:00', N'2013-01-01 00:00:00', N'2014-01-01 00:00:00', N'2015-01-01 00:00:00')and
CREATE PARTITION FUNCTION [TranDate] ([datetime2])
AS RANGE LEFT
FOR VALUES (N'2007-01-01 00:00:00', N'2008-01-01 00:00:00', N'2009-01-01 00:00:00', N'2010-01-01 00:00:00', N'2011-01-01 00:00:00', N'2012-01-01 00:00:00', N'2013-01-01 00:00:00', N'2014-01-01 00:00:00', N'2015-01-01 00:00:00')Could something be done about it?
5 votes -
Better support for transactions and error handling in migration scripts
The migration scripts that are generated don't fit in well to the other code that SQL Compare generates to update a database. In general, the SQL Compare script will have the script that SQL Compare generated, followed by the migration script, and then more SQL Compare generated script. SQL Compare will wrap its sections with BEGIN TRAN and COMMIT TRAN, and have lots of error handling, but the migration script has no error handling and is not part of the larger transactions. This can cause problems where the scripts succeed partially and it can be hard to recover from that.
…
16 votes -
Analysis Server (SSAS)
Support for Analysis Services Databases
21 votes
- Don't see your idea?