Viewing 15 posts - 376 through 390 (of 22,202 total)
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
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
Viewing 15 posts - 376 through 390 (of 22,202 total)