Viewing 15 posts - 2,191 through 2,205 (of 59,067 total)
Thanks for the "faith" and thank you for the incredible feedback.. Our buddy, Ed, did the same thing with similar results after I told him what I'd found, especially concerning...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 9:25 pm
You do realize that your graphic has the S1SDat column listed 3 times, right? Is there a similar problem with the rest of the code that you've not displayed?
Also, do...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 9:14 pm
External company makes remarks that the server is the issue or could be the issue.
This is easy then... have a video meeting where you drive and they tell you...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 9:03 pm
Thanks for the response, Greg. I appreciate it.
I wasn't asking if anyone knew of an article that proves the "benefits" of doing Index Maintenance to figure out a way to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 8:24 pm
BWAAA-HAAA-HAAA. Posting on this thread must cause disturbances in the "force". I looked again right after I posted and I finally found one.
https://gertjans.home.xs4all.nl/sql/fragmentation-hurts-performance.html
He also was only testing a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 5:34 am
And, then again, NOT! It turns out that he was testing fragmentation on spinning rust. Not logical fragmentation of a index. [headdesk] 🙁
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 1:34 am
BWAAA-HAAA-HAAA. Posting on this thread must cause disturbances in the "force". I looked again right after I posted and I finally found one.
https://gertjans.home.xs4all.nl/sql/fragmentation-hurts-performance.html
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 1:05 am
There's no question in my mind that I've lost my mind 😀 and I'm not sure if I've asked it here before or not but I'll ask it again.
Other than...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 12:22 am
Hi, excellent post, I have taken it and put it into practice, and it works very well for me to redo the whole nested set, But I want to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2022 at 11:56 pm
I could be wrong but that looks like it will do a full scan of the table for each grouping of rows. Why not just do a single pass with...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2022 at 11:25 pm
Needed result: bcp "select id,name,Dept from [db].dbo.table1" queryout "G:\Test-Bak\Data\db_Load\table1.txt" -S"server" -U"sa" -P"password" -n -c -t^| -T -o"G:\Test-Bak\Log\db\table1_log.txt"
Lordy... and people wonder why their systems get hacked. 🙁
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2022 at 4:09 pm
@ Venugopal Saride,
I have to say that is IS a very interesting way to try to do this but I have to agree with Eirikur... It doesn't meet the promises...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2022 at 3:51 pm
@ Jonathan, Ken, and Steve,
Thank all 3 of you for lending and ear and basically confirming that this is actually a real booger of a problem. I really appreciate it,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2022 at 3:23 pm
@ Steve Collins ,
Agreed and, except for RBAR or "Quirky Update" solutions, I'm not seeing a way to do this. This is also kind of like the "Bin Fill" problem. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2022 at 3:19 pm
@ Peter Larsson...
You've been popping up on some of the formula related posts that I've posted to and you're listed as a "follower". Any ideas/solutions here?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2022 at 3:03 pm
Viewing 15 posts - 2,191 through 2,205 (of 59,067 total)