Viewing 15 posts - 31 through 45 (of 542 total)
Thanks a lot Jo Pattyn. I really like the filtered index idea. Other thing struck in my mind is computed column.
However,This is a vendor specific database and we cant change...
November 22, 2023 at 2:44 pm
Thank you Jeff and Frederico.
November 20, 2023 at 11:52 am
the code you gave us is already doing it in "small" chunks - indeed its doing it on the smallest possible chunk size.
I didn't get it. the code doesn't...
November 19, 2023 at 5:14 am
In addition to, creating a non-clustered index on "first_nm" column, is there a way to make it run faster? can it done in small chunks ?
Regards,
Sam
November 18, 2023 at 9:11 am
Another question is, How to tell which tables needs FULLSCAN and which ones not. someetimes , we may or may not afford to run 100% on each and every statistics....
October 21, 2023 at 3:25 pm
Thanks everyone. Till now, I was under the impression that it is only updating stats.
One question, came to mind . What would be the Sampling percent used, if I don't...
October 21, 2023 at 3:00 pm
If all of your code has NOLOCK - then enabling RCSI and not removing NOLOCK is just adding overhead for now useful purpose. SQL Server will be maintaining the...
October 20, 2023 at 5:37 am
Thanks Scott. Some vendor apps are not supporting the partitioning. Any other options?
October 20, 2023 at 5:16 am
fix the queries and the indexes - based on your latest threads that is where your issue is and the sooner you do it the better for everyone.
Thanks sir....
October 19, 2023 at 8:25 am
Read committed.
Just curious, actually, RCSI is also turned on the database. Why SQL Server is not showing it as "Read committed Snapshot Isolation" level?
Thanks,
Sam
October 19, 2023 at 8:12 am
Looking at first glance with lot of scans , I felt the same. Thanks for the pointers. Now, I am getting a doubt, are they even getting the desired output...
October 18, 2023 at 6:31 am
did you implement the indexes I mentioned on https://www.sqlservercentral.com/forums/topic/query-filling-up-tempdb ?
some of them would help on this particular issue as well.
This is a different instance. Will create...
October 18, 2023 at 6:27 am
Thank you All.
Two way street here, Sam. You've not answered my question above. Why is someone trying to Truncate a table while others are trying to SELECT from...
October 4, 2023 at 7:08 pm
Thank you Jeffery and Jeff. I got it. I can sense that I shouldn't get into all sort unnecessary things rather focus on the problem.
I have informed them to make...
October 4, 2023 at 8:22 am
Viewing 15 posts - 31 through 45 (of 542 total)