Viewing 15 posts - 2,101 through 2,115 (of 22,202 total)
What was the name of the book with a "fascinating history about Audrey Hepburn?"
January 21, 2020 at 9:18 pm
Thanks for the feedback @rod at work. I've pulled back from some online communities because of the negativity. Life is far too short and painful on it's own to intentionally...
January 21, 2020 at 6:17 pm
his response "we're so used to it breaking we've stopped complaining" - these are really valuable unknowns that we need to start knowing. my personal opinion is that getting...
January 21, 2020 at 6:14 pm
Yep. Another vote for ping. If you can't see it in your network, you can't connect to it. Also, when you ping, be sure to specify a port number that...
January 21, 2020 at 2:32 pm
I will also reinforce your backup and restore example. Sometimes system people drive me nuts when they say the whole server is backed up. That doesn't necessarily protect the...
January 21, 2020 at 2:27 pm
I think we're back to the original suggestion from Eirikur, an index on your temp tables to assist in filtering that data. The one table #repositioning, says it has 1...
January 21, 2020 at 1:42 pm
Sounds like a great methodology. Well done.
January 21, 2020 at 1:19 pm
And, deadlocks are fundamentally a performance tuning issue, so look at the exec plan to be sure there are no tuning opportunities. Then, determine what the deadlocks are exactly from...
January 19, 2020 at 6:41 pm
I can't say without knowing it's actually hitting deadlocks. Then, it's about the deadlocks encountered. Sorry, no way to know what that is from where I'm sitting.
January 19, 2020 at 1:50 pm
They're all different and do different things. I'd suggest reading up on all of them and then comparing them to your needs. Just saying DDL & DML isn't sufficient to...
January 18, 2020 at 3:25 pm
Don't mistake my comments. XE is very well documented. Just not all the events. However, the events that most people are going to use, especially around auditing, are well documented.
I...
January 18, 2020 at 1:41 pm
This would all output to an XML file. You can query it using SSMS or load it into a table using extended stored procs and XQuery.
...which is why...
January 17, 2020 at 11:16 pm
Paste the plan is probably better than this.
Well, if I'm looking at the right query plan, #10?, it looks radically different. 1 row out 4 estimated? The last one was...
January 17, 2020 at 8:57 pm
But why a sort. There's no ORDER BY and the join is a Nested Loops, so order is not required. That's an odd choice in the plan.
January 17, 2020 at 7:04 pm
I don't necessarily consider myself a complete [expert] in SQL Server, but that feeling isn't based on any inferiority complex, because I actually don't believe most self professed experts...
January 17, 2020 at 4:17 pm
Viewing 15 posts - 2,101 through 2,115 (of 22,202 total)