Viewing 15 posts - 7,501 through 7,515 (of 59,072 total)
Do a BCP out to a file and have Oracle import it (I can't remember the name of the built in tool on the Oracle side). The last...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2020 at 9:25 pm
I recommend that you onvert that spreadsheet to actual INSERTs to a table to help us help you. Please see the first link in my signature line below for details.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2020 at 9:22 pm
Thank you Frederico.
Completely agreed with that view will be the issue as joining multiple tables and using some function which slows down the process.
But didn't not much fully understood...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2020 at 9:08 pm
downloading the plan from the link does have all the info as far as I can see, including predicates.
That would explain it... I didn't download the plan.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2020 at 8:00 pm
We need the actual execution plan and the original code that you published on Brent's site, as well, please.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2020 at 4:42 pm
Do a BCP out to a file and have Oracle import it (I can't remember the name of the built in tool on the Oracle side). The last time I...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2020 at 3:54 pm
p.s. Since we're actually trying to help you tune the view, it would be helpful if you actually posted the code for the view, as well.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2020 at 3:45 pm
Jeff,
Thank you for your response and suggesting about other details, i am totally agreed with you.
i have link for the plan, please see the following link if you don't...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2020 at 3:43 pm
That was going to be my suggestion if the OP ever came back on this thread except I wouldn't limit the batches. First, BCP automatically limits itself to 1,000 rows...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2020 at 3:25 am
What did you end up doing for this? Inquiring minds want to know. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2020 at 11:05 pm
If you want help with such a performance issue, please see the 2nd link in my signature line below for how to present it in the best way possible to...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2020 at 7:47 pm
Seems like a lot of work. Why not just use WITH EXECUTE AS OWNER at the beginning of the proc?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2020 at 7:45 pm
Finding the last access date and time doesn't tell you if it's currently being accessed. Why not just check sp_lock results for objects that have locks on them?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2020 at 6:33 pm
...there's no point in looking back or carrying relics forward imo.
Dude! I'm right here! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2020 at 6:15 pm
From the sounds of it, you're a bit new to partitioning and all of the benefits and seriously negative caveats it can throw you.
Let's start at the beginning... Why do...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2020 at 6:23 pm
Viewing 15 posts - 7,501 through 7,515 (of 59,072 total)