Viewing 15 posts - 1 through 15 (of 68 total)
Thanks for taking the time to investigate beyond your initial instinct. I'm looking forward to reading about it in your blog .
PS: Love the {sarcasm} switch
June 28, 2024 at 1:18 pm
Thanks Phil, the simplest solution is often the best and I can't think of an edge case that I couldn't work around with that solution.
September 10, 2021 at 11:35 am
But surely regardless of where and how I store it, the issue I've got is how to extract it (the version)
I'm sure I'll figure something out once I've been exposed...
September 10, 2021 at 7:43 am
Dacpac works as a deployment mechanism (although there are shortcomings). However, it's now how you track a history of changes to objects in the database. There's just no easy...
September 9, 2021 at 3:51 pm
It's certainly an option, although whilst I try to make all my scripts "idiot proof" I can't vouch for how meticulous the DBAs are that I'll be handing the DACPAC...
September 9, 2021 at 2:39 pm
At the moment I'm still a newbie to dacpacs, so I'm open to correction if I'm doing this wrong.
The objective is to execute the .dacpac on different environments that I...
September 9, 2021 at 1:27 pm
msdb.dbo.sysdac_history_internal doesn't contain anything regarding the dacpac version, so in this situation I would say that it doesn't contain anything useful, but thanks for continuing to look at my problem.
Giles
September 9, 2021 at 1:00 pm
Thanks for the prompt response.
It did cross my mind but as the production server isn't under my control I ruled it out quite early on.
September 9, 2021 at 9:52 am
I know this is an old thread but I've just encountered the same issue.
Someone had used a Maintenance Plan to backup the databases, Full at midnight and Differential every 4...
October 6, 2020 at 11:33 am
Thanks Phil Parkin, it's worked very well.
Jonathan AC Roberts, I agree with keeping the NOT EXISTS. If I can prevent the Insert then I should and IGNORE_DUP_KEY is only ON...
February 4, 2020 at 4:17 pm
Jonathan AC Roberts, that's a very good point.
I'm currently Unit testing Phil Parkin's solution, which fits my brief and is elegant to boot.
Thanks for looking.
Giles
February 4, 2020 at 2:23 pm
Sorry to reply to a 3 year old post but it is pertinent to a problem I've currently got.
I like Gail's article but the PK violation I'm getting is only...
February 4, 2020 at 12:05 pm
Perfect, suits my needs perfectly thanks.
Just to expand for anyone reading this in future:
Whilst in my example the result of ROW_NUMBER can not be greater than the SequenceNumber if the...
June 14, 2019 at 1:04 pm
I've been working from an article I've found, it works until I make the parameter Internal (the author does caveat that it might not work with Date Pickers) , I'm...
March 19, 2019 at 5:15 am
Hi, I'm not saying this is the issue but I've had similar issues when one of my rectangles just overlapped the item I'm trying to display, even by the tiniest...
March 19, 2019 at 4:54 am
Viewing 15 posts - 1 through 15 (of 68 total)