Viewing 15 posts - 2,326 through 2,340 (of 39,817 total)
I would re-download as well, and double check the instance level.
December 4, 2020 at 6:56 pm
I haven't seen this, but I guess something could happen outside of SQL to do this. I'd set the service account in config manager to another account, save, then reset...
December 4, 2020 at 6:55 pm
Can you give a short example of what's in the file and what you want? Maybe a 2-3 line file?
December 4, 2020 at 6:54 pm
It would help if you showed some work. The general flow would be something like:
SELECT
CASE WHEN Q141 = 'EndofDay' AND AD141 = 'EndofDay' AND V141 =...
December 4, 2020 at 6:48 pm
OK, I was unable to get the original database back as the subscription expired.
I have created a new one and updated the credentials in the article.
December 2, 2020 at 9:41 pm
I bumped my post. I had one response where someone was using this with AGs and hadn't had this error.
December 2, 2020 at 1:32 pm
I'll also add that a lot of the "patches" by MS actually take years to fix, if they even bother to fix them at all.
For example, there's been a...
November 30, 2020 at 5:59 pm
No, we've seen them do that. We've seen millions of software projects that go slow. Bugs still appear.
Delivering every week doesn't mean you start writing code today and release it...
November 30, 2020 at 5:58 pm
And consider how quickly broken systems get patched.
A far cry from patches that were delayed months, sometimes closing in on double digit months, in the 90s and early 2000s.
November 30, 2020 at 5:52 pm
That's one of the tenets of DevOps. Don't leave software in inventory. Get it to the customer.
We do make mistakes moving faster. We also make mistakes moving slower. The thing...
November 30, 2020 at 4:27 pm
this is a merge process. you are merging data in two tables.
As I wrote. Update first, then insert. If you want to INSERT only, you need a WHERE condition that...
November 27, 2020 at 2:57 pm
Gonna be a close matchup for me this week. See if Kyler or Watson wins the duel at QB.
November 25, 2020 at 7:17 pm
If I understand this, you are inserting data into a staging table in Azure SQL from an on-premises table. Then, you want to essentially upsert or merge this data into...
November 25, 2020 at 7:16 pm
Dr. Low wrote about this recently: https://blog.greglow.com/2017/11/06/linked-servers-dont-hard-code-server-names/
November 25, 2020 at 7:12 pm
Is this the next date, meaning today is <= to the date in the table?
What I'd do is set up a number of scenarios to query, so you can test...
November 25, 2020 at 7:08 pm
Viewing 15 posts - 2,326 through 2,340 (of 39,817 total)