How can we help you today? How can we help you today?
unclebiguns
way0utwest wrote: » Thanks, Jack, but a couple questions. Why is the issue tough with SSDT? Because you need a comparison to get changes from the live dev db to the model ? Is is the offline model that's cumbersome? Also, why do you need SSDT projects with SQL Source Control? Are the SQL Source Control projects not enough or are you trying to maintain history? Steve, sorry for the delayed response. Busy over the holiday. Yes, the comparison between live DB and the project model is a step I'd prefer not to have to do. With creating an SSDT project from a legacy database, I have always seen errors that keep the project from successful building because of past development practices (not removing unused objects, etc...) that the effort to cleanup the project so it will be build is very time-consuming and painful. So what is missing from SQL Source Control are database level settings/configs, like collation, recovery model, ANSI settings, Isolation level. Database projects include all these settings and since collation, isolation level, and ANSI settings can affect how code works and performs, I see them as things that need to be under source control. I'm sure I could add them to a SQL Source Control project, but I get that by default with SSDT. I also like the "build" functionality in SSDT which, to my knowledge, SQL Source Control doesn't do. With SQL Source Control, I LOVE the integration into SSMS and the direct link to an active database. I just want both. / comments
way0utwest wrote: » Thanks, Jack, but a couple questions. Why is the issue tough with SSDT? Because you need a comparison to get changes from the live dev db to the model ? Is is the offline mo...
0 votes
I won't be attending this year because training dollars have gone to attending SQLSkills training in October. / comments
I won't be attending this year because training dollars have gone to attending SQLSkills training in October.
0 votes