Viewing 15 posts - 1 through 15 (of 2,853 total)
I would recommend you reach out to Plesk Obsidian. It could be that their installer changes the default config file for MySQL or possibly even passes the configuration straight through...
September 5, 2025 at 4:23 pm
Sounds to me like you are using the wrong version of VS to work with that DTSX. I would try an older version of VS. I wouldn't try to upgrade...
September 5, 2025 at 4:15 pm
Just to add to what MMartin1 said, branches are good to learn early on so you can try to avoid merge conflicts or code overwriting. Multiple people working on the...
September 5, 2025 at 4:07 pm
I know you say to forget my first thought, but restrict access. Give them access to a test environment with close to live data so they can play around. My...
September 5, 2025 at 4:02 pm
As a guess - did the person who installed SSMS install it using an admin account on the machine and install all of the components as "all user" not "current...
August 25, 2025 at 2:54 pm
A lot to unpack there, but to summarize git is included with VS, but there is no server associated with it. So all the git stuff would be local which...
August 22, 2025 at 5:58 pm
I would argue that by doing that you may be wasting space. For example, you said you have a 1 TB disk for TempDB, but if TempDB never goes over...
August 22, 2025 at 5:47 pm
As far as I am aware, there is no source control module for report builder. But that being said, there is no reason you need visual studio either. There area ...
August 22, 2025 at 2:50 pm
why would you want to turn off autogrow? Autogrow is there so you don't need to manually grow if an unexpected query runs that causes database growth? I mean, with...
August 22, 2025 at 2:45 pm
Maybe I'm a bit slow here, but is there a reason you need all of that?
With REPLACE, if the character doesn't exist in the string, it should return the string,...
August 21, 2025 at 9:03 pm
Most people on this forum are English speakers, but I will do my best with google translate to try to help.
If I am not mistaken, READPAST is not a valid...
August 21, 2025 at 8:35 pm
My understanding is that with write heavy databases, RCSI can help as the read operations are no longer blocked by the writes. That being said, you are going to see...
August 21, 2025 at 8:30 pm
"The maintenance installation script that creates all of the stored procedures is over 9000 lines. I am not going to spend the hours reviewing that "
I dont review the 9000...
August 14, 2025 at 5:21 pm
Now, nothing against Ola Hallengren's script, but I prefer something I can support and that is more targeted to my environment. I also prefer small, specific scripts...
August 13, 2025 at 10:35 pm
Just because I was curious, I looked into this and I am a bit skeptical on it.
I found this website with more information on it:
Where some assumptions are being made...
August 11, 2025 at 3:26 pm
Viewing 15 posts - 1 through 15 (of 2,853 total)