Viewing 15 posts - 7,711 through 7,725 (of 59,072 total)
Sorry... I missed that last post. Interesting idea. I'll have to test it against the million node adjacency list.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2020 at 6:02 pm
I know that it won't seem like it should make any difference but try the following and see if it does...
UPDATE tt
set SQL_DETAIL='SELECT ROWID_OBJECT, HUB_STATE_IND, MDM_ID, SEQ_NM, MSP_END_CUST_NM, SEQ_TYP_CD, OST_NM,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2020 at 3:22 pm
Great article by Mr. Ferris, Grant. And great observations (I don't want to call it "advice" because I think that wouldn't be in the same good spirit it was offered)...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2020 at 3:03 pm
I have never changed the fill factor on an instance or index level, so it will be using the default of 100% (or 0%), unless the database/indexes are setup...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2020 at 2:30 pm
Brian,
Here's what my morning report looks like. It only reports missing servers, disks that have 10% or less free space, or disks that have the "IsDirty" bit (indicates that a...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2020 at 6:36 pm
Ah... and I forgot to mention that, in the process, it tests for connectivity and, if it fails that, it also does a ping test and reports on both along...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2020 at 2:35 pm
Ok. Thanks, Thom.
Now, if the OP would get back to his post and answer my question about disk status, I might be able to help a bit more. I have...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2020 at 2:30 pm
Jeff Moden wrote:What would you use to run the PowerShell script on a scheduled basis? Please don't say the "Windows Task Scheduler".
SQL Server Agent can run Powershell tasks natively.
Can you...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2020 at 2:17 pm
What would you use to run the PowerShell script on a scheduled basis? Please don't say the "Windows Task Scheduler".
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2020 at 2:01 pm
Mmmmm... Not digging that answer, but I'm not stupid enough to start an argument with Kendra.
Roger that!
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2020 at 5:03 am
Team
I have populated list of ServerName from the sql server query. I would like to add a column stating 'Ping Status' > The result should be reachable or not...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2020 at 3:15 am
Hi All ,
I need to troubleshoot high CPU usage in a dedicated SQL server (>90%) .
Please advice on how I start ?
Appreciate your feedback
Hi All ,
I need to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2020 at 3:09 am
Personally, I wouldn't do this from within SQL Server. Instead, I'd set up a PowerShell script to make all the connections. It can still save it all back to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2020 at 1:23 am
I agree. Normally, in an article like that, the author would pose the questions and maybe format them as bullet points because that makes them stick out... then later...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2020 at 12:24 am
To Grant's point, if you're going to REORGANIZE at 50 and REBUILD at 80, I wouldn't even bother with index maintenance. Not that I would recommend it for everyone but,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2020 at 3:54 pm
Viewing 15 posts - 7,711 through 7,725 (of 59,072 total)