Viewing 15 posts - 4,531 through 4,545 (of 59,087 total)
I agree there. "It Depends". Concatenation typically is quite slow but might be worth it here. I have also run into performance issues with cCA's (Cascading Cross Apply's) before but...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2021 at 9:28 pm
My recommendation is ... TRY IT! See what happens. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2021 at 6:59 pm
Yep, there's not much you can do to speed it up. However, you can be sure to shrink only the specific file(s) you need to shrink, not the entire...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2021 at 6:19 pm
It's also the case when you refer to the result of a cross apply multiple times the calculations inside of the cross apply are expanded multiple times.
I agree that...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2021 at 4:26 pm
You don't need a table valued function. A view will do the job:
"It Depends". I've found that a whole lot of folks end up writing code that...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2021 at 3:42 pm
Apologies for not including more detail on the issue. The error is"An INSERT EXEC statement cannot be nested."
I tried changing the table variable to a temp table but still...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2021 at 3:15 pm
It partially depends on WHY you have so much free space in your database.
If a lot of old data has been deleted and, like most people, end up doing just...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2021 at 3:00 pm
You don't need a table valued function. A view will do the job:
"It Depends". I've found that a whole lot of folks end up writing code that causes all...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2021 at 2:49 pm
You could try SSIS Catalog Migration Wizard on Visual Studio Marketplace.
That link is broken.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2021 at 3:52 am
Can you please assist with some way.
Thank you
Heh... DUDE! Look at the latest post I have code posted in! ;D
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2021 at 3:48 am
I'll try to get back to this tomorrow. I ran out of time today.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2021 at 3:47 am
Database and index reviews cannot be automated. No software now does even a reasonably decent job of doing that. It must be done by a person.
Just to be sure,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2021 at 10:27 pm
Editing of this post in process. Will repost in a couple of minutes.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2021 at 10:14 pm
From my previous life as a production engineer (making stuff) I'd call it an improvement in resolution, rather than accuracy. Along the same lines as someone hamfisted using a...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2021 at 7:59 pm
Can you show me please what that code will look like?
Sure but the is no clear definition that I can see of what the desired output is in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2021 at 7:54 pm
Viewing 15 posts - 4,531 through 4,545 (of 59,087 total)