Comments
Sort by recent activity
Hi, I think I have tracked this problem down to a problem in a view referenced in the vwEMAILS_INTERACTIONS view that's causing that view not to build properly when SQL Source Control executes its update script.
Now that the Beta version (which I just installed) allows access to the actual SQL script that it's executing when trying to do the updates (THANK YOU, THANK YOU, THANK YOU!!), I was able to narrow down the problem to the following statement: EXEC sp_refreshview N'[dbo].[vwEMAILS_INTERACTIONS]
Since the view that was being modified by the SQL Source Control "Get Latest" is one of the views underlying vwEMAILS_INTERACTIONS, SQL Source Control tries to refresh it. Unfortunately, there is currently an error in the code for the vwEMAIL_INTERACTIONS view (caused by a different underlying view in the select statement of vwEMAIL_INTERACTIONS). That error causes the sp_refreshview call to fail, which causes the "Get Latest" update to fail and roll back.
So it looks like SQL Source Control is functioning fine, including rolling back when it encountered the error. In fact, I guess you could say it functioned better than fine since it caught an error that apparently wasn't caught by one of our developers. :oops:
Now on to a fix. I'll comment on the post again once it's all completely resolved, but I'm pretty certain that SQL Source Control is not to blame here. / comments
Hi, I think I have tracked this problem down to a problem in a view referenced in the vwEMAILS_INTERACTIONS view that's causing that view not to build properly when SQL Source Control executes its ...
Also, it looks like we could follow the suggestions you have written in the "Deploying changes to other environments (Dev > Test > Production)" section of the Development and Deployment Recommendations to synchronize the scripts folder to the database, but we only have SQL Compare, not SQL Compare Pro, so we can't synchronize to a scripts folder. [image]
Any idea when that functionality will be added to SQL Compare? I think that would be the best solution for us. / comments
Also, it looks like we could follow the suggestions you have written in the "Deploying changes to other environments (Dev > Test > Production)" section of the Development and Deployment Recommendat...
Hi again,
I found and read your "Development and Deployment Recommendations" - http://www.red-gate.com/MessageBoard/vi ... hp?t=11130 - after posting my message.
There's some good information in there that applies to this question. I'm still curious what you would think of just having all developers share the same set of "internal working files" with SQL Source Control. I'm not sure if "internal working files" is the right terminology, but I hope you understand what I mean. If that's possible, it may alleviate some or all of the problems with the Shared Model.
Just thinking... / comments
Hi again,
I found and read your "Development and Deployment Recommendations" - http://www.red-gate.com/MessageBoard/vi ... hp?t=11130 - after posting my message.
There's some good information in th...
Nope, just trying to decide if I can get away with the SQL Management Studio from SQL Express or if I have to install the Standard version.
If you're not aware of any issues, I'll try the Express one and see what happens.
Thanks for the response, Chris!! / comments
Nope, just trying to decide if I can get away with the SQL Management Studio from SQL Express or if I have to install the Standard version.
If you're not aware of any issues, I'll try the Express o...
Hello again,
The standalone pricing for SQL Source Control has been announced:
Without Support & Upgrades:
1 user = $295
5 users = $1,195 ($239/user)
10 users = $1,995 ($199/user)
With Support & Upgrades:
1 user = $369
5 users = $1,494 ($299/user)
10 users = $2,494 ($249/user)
Two questions:
1) Are there any plans to offer discounts for beta testers or for customers who have other Red Gate products (e.g., SQL Comparison Bundle)?
2) When purchasing a license that includes support and upgrades, is there a cost to renew the support and upgrades? Is that an annual cost? What is the cost?
Thanks in advance for your answers and thanks again for a great product!! / comments
Hello again,
The standalone pricing for SQL Source Control has been announced:
Without Support & Upgrades:
1 user = $295
5 users = $1,195 ($239/user)
10 users = $1,995 ($199/user)
With Support & Up...
Thanks for the quick response, David. I'll contact the sales team regarding my upgrade options.
One other question I should have asked that I think the forum users would be interested in: has any timeframe yet been decided when the "trial period" on the release candidate will expire and users will be required to purchase a license? I have a couple of clients that I've introduced SQL Source Control to that will be interested in knowing the expected time for that expense.
Thanks again! / comments
Thanks for the quick response, David. I'll contact the sales team regarding my upgrade options.
One other question I should have asked that I think the forum users would be interested in: has any t...
Thanks for the information, David. I just want to clarify your information by asking another question.
Will customers be able to purchase SQL Source Control separately, or will it ONLY be available with the SQL Developer or SQL Toolbelt bundles?
It would be a big mistake, in my opinion, not to offer a purchase option that allows for the purchase of just the essentials needed for SQL Source Control. You are filling a HUGE need in the development community with this tool, and filling it quite well I might add. If my client has a team of 10 developers who just need to be able to check things in and out of the repository with SQL Source Control, and he can't afford 10 copies of one of the bundles, it's going to be a hard sell to convince him he needs SQL Source Control.
I'd strongly recommend a "standalone" flavor of SQL Source Control, if that's at all possible, or at least a version that contains only the minimum parts of SQL Compare that are required to make Source Control work. Heck, a bundle of SQL Compare and SQL Source Control for say $595 would be much more palatable than requiring a purchase of $1,295 per seat.
Please consider this so you don't price yourself out of a lot of business. Once people see the quality of your tools, you'll get a lot of upgrades as well!!
Peace, / comments
Thanks for the information, David. I just want to clarify your information by asking another question.
Will customers be able to purchase SQL Source Control separately, or will it ONLY be available...
Thanks again, David. I'm glad to hear that SQL Source Control will be available as a standalone product. Sorry if I misunderstood. I didn't mean to imply that you wouldn't make it available as standalone; I just wasn't sure if that was possible given how tightly coupled with SQL Compare it seems to be.
And thanks for the info about the volume pricing on SQL Developer bundle. That will definitely help on the up-sells when customers see the value of the product. / comments
Thanks again, David. I'm glad to hear that SQL Source Control will be available as a standalone product. Sorry if I misunderstood. I didn't mean to imply that you wouldn't make it available as stan...
I seem to be having the same problem. I know my development database does not exactly match the database that was used to create the repository, which I understand may cause some issues.
Is there any information I can provide that might help resolve this problem in the future? Perhaps the full stack trace and a SQL Compare script showing the differences between the databases?
Please let me know if any information will help.
Thanks, / comments
I seem to be having the same problem. I know my development database does not exactly match the database that was used to create the repository, which I understand may cause some issues.
Is there a...