Viewing 15 posts - 361 through 375 (of 22,189 total)
Hey Brandy,
Another vote for getting them to go with read_uncommitted. When they realize they've dug a hole, let 'em out easy.
And welcome back!
August 23, 2023 at 2:35 pm
Here you go. You can see the allocated & unallocated space.
Frequently, log growth is because you either don't have log backups enabled while in full recovery, or you don't...
August 23, 2023 at 12:13 pm
Once a file size is allocated within SQL Server, it stays allocated. You can delete every bit of data from a 5tb data file, and the data file will still...
August 23, 2023 at 12:08 pm
I made a boo boo and reported a wrong post.
Steve/Grant/Webmaster - could you please reinstate post 4268917 on this thread?
https://www.sqlservercentral.com/forums/topic/logical-consistency-based-i-o-error-for-tempdb-ndf
Thanks muchly
Done!
August 23, 2023 at 11:54 am
Fixed the accidental spam.
August 23, 2023 at 11:54 am
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
Viewing 15 posts - 361 through 375 (of 22,189 total)