Viewing 15 posts - 916 through 930 (of 59,091 total)
Does the 6% performance reduction pose a real operational problem at the system level?
At the micro scale, small performance reductions may not matter to the individual process incurring it,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 5, 2023 at 11:31 pm
This appears to be a classic "Next_ID" table and I find it difficult to understand why anyone would be using such a thing in this day and age, especially with...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 5, 2023 at 12:38 am
i used this code:
EXECUTE master.dbo.xp_cmdshell 'bcp "SELECT * FROM dbo.CustomerInformation " queryout C:\Data\Objects.txt -t"|" -c -T ' and it is not working
What is your definition of "Not Working" here?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 5, 2023 at 12:11 am
very very disappointed at this unholy situation. How is it possible that Jeff is wrong!!!!
Heh... and freely admitted it....
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2023 at 11:41 pm
I have learned something, so I hope that I will do better in the future.
Awesome. Thanks for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2023 at 11:39 pm
yes, I made a mistake when I copied the value. It's exactly what I need, thank you!
The next question is, do you now understand how to do such a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2023 at 6:23 pm
It has nothing to do with xp_CmdShell. There's something wrong with the RESTORE command or the file wasn't found by the xp_CmdShell command.
If it were me, I'd modify the job...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2023 at 3:03 pm
Post removed.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2023 at 2:22 pm
🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2023 at 2:18 pm
Not sure how long you're planning to have this code active but it will "only" continue to work if the dates are less than 68 years, 1 month, 2o days,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2023 at 2:06 am
I could certainly be wrong but I'm not sure this can be done. I don't remember where I read it (mostly because I don't use containers, or at least not...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2023 at 1:35 am
Nice and complete article, Daniel. I, unfortunately, don't have the time to give it a try myself... at least now right now.
What WOULD be interesting is to give it the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2023 at 1:23 am
I'm confused. What is this in relation to?
Typical "prelude to SPAM under another name or tag team".
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2023 at 1:50 am
As a bit of a sidebar, the default sucks for performance. ROWS is faster than RANGE in the testing I've done in the past. It would have been nice if...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2023 at 4:10 pm
Oh, and I missed the formatting thing. Yeah, it does it. Just double click on the batch_text or whatever field and it will open a window like this one:
--Jeff Moden Change is inevitable... Change for the better is not.
RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
First step towards the paradigm shift of writing Set Based code:
________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
Helpful Links:
How to post code problems
How to Post Performance Problems
Create a Tally Function (fnTally)
November 30, 2023 at 3:38 pm
Viewing 15 posts - 916 through 930 (of 59,091 total)