Viewing 15 posts - 736 through 750 (of 59,070 total)
What I'm actually suggesting is to avoid all sorts of problems. You have a process that you want to "throttle" because it uses a lot of resources. Consider what that...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2024 at 4:58 pm
IMHO (and a tiny bit of experience more than a decade ago), it would be more effective to have the Oracle side do the necessary "cube prep" and export the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2024 at 2:46 pm
From the Article:
That's a different standard, and while most people in surveys think they are better than average, that's not how averages work. Half of us are below the average.
Sorry...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2024 at 6:28 pm
Here's how we'll do it:
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2024 at 4:13 pm
maxdop is set to 1 at instance level and at database level it is set to 4. looks like each operator within plan is taking 4 threads
Is...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2024 at 3:01 pm
You could/should setup an Extended Event to capture anything (including code) that makes the log file grow. Of course, you'd have to shrink the log file to a reasonable size...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2024 at 3:17 pm
You could/should setup an Extended Event to capture anything (including code) that makes the log file grow. Of course, you'd have to shrink the log file to a reasonable size...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2024 at 3:14 pm
If I'm thinking the same way as you, just use SUM on each column with a GROUP BY on what you have in the left-most column.
Also, this isn't your first...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2024 at 2:56 pm
Good day Experts,
How can i combine these two rows into one in sql .So i want it to be one row.
Many thanks
Sorry... not seeing any "sample...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2024 at 2:53 pm
Bumping the previous post so that it actually shows up because of the "first post on a page" problem they haven't fixed on this forum yet. 🙁
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2024 at 2:51 pm
Yep, that's what I was thinking about. Thanks for clarifying! 🙂
I've had my head embedded in Postgres for the last few years. It's not surprising something got pushed out...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2024 at 2:49 pm
Post deleted. Wrong spot for the post.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2024 at 2:12 am
It's not your first visit here so you should already know that, if you'd posted the data in a readily consumable format, you'd have a code-tested answer by now. 😉
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2024 at 2:04 am
Any ideas on what I should do? I've been told it is similar to an 837 file.
With some good bit of work, the header version could be parsed but...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2024 at 1:44 am
In times past, using varchar without a length defaulted to 30 characters. Did that change?
No. It hasn't changed. What it says in BOL has been true since I can...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2024 at 1:06 am
Viewing 15 posts - 736 through 750 (of 59,070 total)