Viewing 15 posts - 7,726 through 7,740 (of 59,091 total)
For a direct, single table update, the alias shouldn't be needed.
Correct... it shouldn't be. But sometimes and in a most unpredictable fashion, it works out better.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 21, 2020 at 9:43 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,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 21, 2020 at 4:32 pm
You say it should scale to 1PB and so this sounds like some hardware that's pretty important to the company. And, it sounds like you have something to do with...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 21, 2020 at 1:23 pm
IIRC, they'll actually show up in sp_Who2
--Jeff Moden
Change is inevitable... Change for the better is not.
February 21, 2020 at 1:11 pm
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
Viewing 15 posts - 7,726 through 7,740 (of 59,091 total)