Viewing 15 posts - 361 through 375 (of 22,184 total)
Maybe. It depends on the demands of the app and if it can use the newer version. In some instances, yes, you'll be able to just uninstall 17 and everything...
August 22, 2023 at 4:04 pm
An execution plan is your best friend when it comes to understanding what's happening on a query like this, especially after you change it.
August 22, 2023 at 4:02 pm
Might want to listen to what @Ant-Green is saying on this one.
August 21, 2023 at 12:28 pm
The broader the key, the more likely an index is to fragment. More keys, more fragmentation. Overall though, I'd only worry about fragmentation if you can prove, and I mean...
August 18, 2023 at 3:00 pm
The broader the key, the more likely an index is to fragment. More keys, more fragmentation. Overall though, I'd only worry about fragmentation if you can prove, and I mean...
August 18, 2023 at 3:00 pm
Yeah, a lot more data is needed here. What command were you running? Which version of SQL Server? I do not recognize this message, so I'm unsure what to do.
Based...
August 18, 2023 at 2:58 pm
Or, have the job query a table for the parameter values and then give yourself permission to edit those. Not ideal, certainly, and a lot more work, but it does...
August 16, 2023 at 4:58 pm
You might be able to do this programmatically through GitHub actions or workflows. I haven't done this, so I'm a little unsure what would be best.
Generally, even when branching...
August 15, 2023 at 4:51 pm
Generally, we would create a group within Windows security, give that group access to the database, then add or remove users from the group. That way, we didn't have to...
August 14, 2023 at 1:00 pm
The SQL Server service is what manages the databases, so yes, if that is appropriately in place, you should be able to connect to the database.
August 14, 2023 at 12:57 pm
I do radio as a hobby (yeah, I know, I'm worse than a cross-fitter, I won't shut up about it). The fun thing about the hobby is that you can...
August 11, 2023 at 12:51 pm
Oh, that stinks. So sorry.
August 10, 2023 at 10:55 pm
Times... meh. Especially a single run can be affected by so many things.
If you're getting different execution plans for the same query, it really is either parameter values, implying you...
August 10, 2023 at 3:54 pm
Compile time values are also stored with the plan in the same place. When you look at plans with runtime values (aka, Actual Plans), you can also see the runtime...
August 10, 2023 at 3:45 pm
Viewing 15 posts - 361 through 375 (of 22,184 total)