How can we help you today? How can we help you today?
unclebiguns

Activity overview

Latest activity by unclebiguns

Log Backups Taking 2-3hrs to complete and should take minutes
I have a case where my log backups using SQLBackup are taking 2-3hrs to complete and they should take less than minute according the data in backupset.In backupset the largest difference between ba...
2 followers 2 comments 0 votes
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