Viewing 15 posts - 1,651 through 1,665 (of 59,067 total)
Microsoft say in their index maintenance strategy that if your rebuilding for performance, stop and just do UPDATE STATISTICS instead and see if that solves you problem.
It does now...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2023 at 6:16 am
Thank you Jeff,
this did the trick.
I cannot understand why in a table with about 160,000 rows only one value (not field, but value) displayed this issue. It must have...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2023 at 6:11 am
Getting back to this post, if you know how to think and how to write good T-SQL (accurate, performant, well documented with comments, and well formatted for readability),...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2023 at 6:04 am
I've just started reading your article, Manie. I don't believe you'll find many experts that would crucify anyone for using a cursor for process control. RBAR process of rows? Yeah,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2023 at 2:36 am
To fix it I had to create the temporary table first with the clustered index then insert the data.
When I said "we", I should have said "they". What you...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2023 at 2:06 am
For Jeff, because I was having fun...
Heh... if you want to have some real fun, have someone successfully answer the question...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2023 at 12:58 am
Heh... wait for it...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2023 at 6:47 am
I did find a question that it answered mostly correctly...
On the "simple" question of how to combine a DATE and a TIME...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2023 at 6:37 am
Wow. Thanks Jason. I seriously had no clue. Like I said, my aim is to help, not collect accolades for a resume but that comment just made...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2023 at 6:02 am
The DBA's right about the concurrency issue.
Please be specific as to what kind of blocking occurs and how long it actually lasts.
Then, let's see some proof or...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2023 at 5:58 am
I am not sure what the numbers table is.
In SQL Server 2022, it would be the "GENERATE_SERIES()" function.
Hw can I remove the extra lf or cr during or...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2023 at 6:20 pm
Thanks everyone. I passed on suggestions up the food chain but they decided to let it run, 7 hours later...........
I agree with the others... they're doing something seriously wrong. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2023 at 5:50 pm
The DBA's right about the concurrency issue.
Please be specific as to what kind of blocking occurs and how long it actually lasts.
Then, let's see some proof or an article...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2023 at 3:51 pm
If you are familiar with SSIS, then use that. According to MS and others, SSIS is actually faster than BCP. Although, I've never fully tested myself. That being said,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2023 at 10:48 pm
Hi,
Kindly some one share the script or query to get the login information used for the sql database in the instance.
InstanceName,DatabaseName,HostName,LoginName,Program,date used etc
Thanks,
Jo
Why? What actual problem are you trying...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2023 at 5:49 pm
Viewing 15 posts - 1,651 through 1,665 (of 59,067 total)