Viewing 15 posts - 76 through 90 (of 2,339 total)
When you right click on a database, and double click "Database Diagram", those objects and perms are created.
You need to be db_owner to create an view a diagram.
September 14, 2023 at 6:21 pm
Hey Jeff,
I was talking to Bob Ward about your tests. He was interested in an introduction to talk about them. Any interest? If so, which email should I...
September 14, 2023 at 3:56 pm
Here is the link provided by Ola to Microsoft's Index best practices.
It never states reorg at 5% and rebuild at 30%. That was removed almost 3 years ago.
Microsoft does...
September 13, 2023 at 11:59 pm
You can speed this up significantly.
STOP REINDEXING.
Back to the original question. Why are you reindexing? What benefit are you seeing from reindexing?
Reindexing is not a best practice.
September 13, 2023 at 8:41 pm
The intention was to know the reason do we need to bother about fragmentation for tables with 10's or few 100's of pages. I see dev team asking question...
September 12, 2023 at 1:16 pm
My question is what are you trying to accomplish? How frequently do these indexes get fragmented, and what benefit are you trying to achieve by reindexing them?
As Andreas said, the...
September 11, 2023 at 2:56 pm
Honestly, these are one more of the many the reasons to stop using maintenance plans.
For starters, you have little control over what it's doing. In SQL 2014, there is no...
August 25, 2023 at 3:50 pm
Also, if the 200 databases are all busy,
If this is anything like the SharePoint farms I have worked with, there may be a few very busy databases and the...
August 24, 2023 at 3:51 pm
I recommend reading this. It's VMWare's recommendation for SQL Server on a VM.
https://core.vmware.com/resource/architecting-microsoft-sql-server-vmware-vsphere
August 24, 2023 at 12:08 pm
2.2 Ghz is incredibly slow for a database server in general, but for a max dop = 1 application going to be particularly painful.
SharePoint requires maxdop to be set...
August 23, 2023 at 6:32 pm
August 23, 2023 at 4:36 pm
I love everyone as sysadmin. Gives me plenty to do if I'm paid by the hour 😉
Not too long ago, I had a client where EVERYONE is the entire...
August 23, 2023 at 3:53 pm
NOLOCK was the bane of my existence at my last company. My predecessor forced the devs to add nolock everywhere. And regardless of how many bugs and issues that got...
August 23, 2023 at 2:21 pm
Idea#1
Are these values known? It looks like there is a "fixed list" of possible values. If so, then you can skip parsing the string and do a like. The issue...
August 23, 2023 at 1:49 pm
I still think you are doing too much of the wrong work.
You need to determine when the patching will occur, and either automatically create a new schedule for the jobs...
August 16, 2023 at 1:37 pm
Viewing 15 posts - 76 through 90 (of 2,339 total)