Viewing 15 posts - 646 through 660 (of 22,184 total)
Yeah, hard coding isn't perfection, but, that's the situation. Work within it.
The negative is, that index probably won't be used for a lot of SELECT queries since it doesn't eliminate...
December 16, 2022 at 3:32 pm
Yeah, it should work as described.
December 16, 2022 at 1:23 pm
Ordering by a function is just going to kill you more and more as the data grows. Best suggestion I can make is to not do that. Nothing will make...
December 16, 2022 at 1:22 pm
Nothing marks a table as being "used" by queries. You can look at sys.dm_db_index_usage_stats, assuming the table in question has indexes. That will tell you something of the access...
December 16, 2022 at 1:18 pm
Create a file group in a different location and move those indexes to that file group.
December 16, 2022 at 1:14 pm
Your best bet to see missed connections is setting up an Extended Event session and capturing the even connectivity_ring_buffer_recorded. That's the one mechanism I know that captures stuff like timeouts....
December 16, 2022 at 12:47 pm
Does Red Gate SQL Monitor use Profiler traces or Extended Event traces?
By default, neither. It supports both. Extended Events is first though. We have several metrics that are taking...
December 14, 2022 at 7:22 pm
OOps. Sorry. And yeah, that's really odd.
December 14, 2022 at 7:11 pm
Sounds like you have encrypted connections enabled, but haven't set up certificates for those connections. How do you resolve it after the reboot currently?
December 14, 2022 at 1:43 pm
Not one I've personally hit, but it looks like it's likely to be a permissions issue based on this article from Microsoft.
December 14, 2022 at 1:42 pm
Latency?
I mean, if we assume everything else being equal, latency. Otherwise, it was something else, good, or bad, at one of the locations. Nothing else makes sense.
It is...
December 13, 2022 at 3:31 pm
First time I've hit. Just a little test, since I'm only running on a local machine with a container for a database, turning off Encrypt and you don't need the...
December 13, 2022 at 2:15 pm
Latency?
I mean, if we assume everything else being equal, latency. Otherwise, it was something else, good, or bad, at one of the locations. Nothing else makes sense.
December 13, 2022 at 2:12 pm
Viewing 15 posts - 646 through 660 (of 22,184 total)