Viewing 15 posts - 2,176 through 2,190 (of 59,066 total)
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...
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...
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...
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] 🙁
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
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...
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...
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...
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. 🙁
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...
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,...
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. ...
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?
December 27, 2022 at 3:03 pm
@ken McKelvey. Thanks for looking and thanks for the confirmation in a couple of areas, here, Ken.
I've seen some mathematical magic in the past with "Gaps and Islands", which this...
December 27, 2022 at 3:01 pm
p.s. Your "Group 2" is incorrect according to the requirements. Just to be sure, they're based on WHOLE days and the date span must be 5 days or less based...
December 26, 2022 at 4:48 pm
Viewing 15 posts - 2,176 through 2,190 (of 59,066 total)