Viewing 15 posts - 526 through 540 (of 49,571 total)
January 2, 2018 at 6:59 am
January 2, 2018 at 5:27 am
Try adding sp_statement_completed event.
January 2, 2018 at 5:22 am
It's an EXEC statement. The only things that have query hashes are the queries themselves, not exec of stored procedures (which this is)
Since you're capturing statement completed, you...
January 2, 2018 at 3:27 am
If the DB doesn't have constraints, finding the columns they should be on will likely be the least of the problems. Fixing the data so that constraints can be added...
December 30, 2017 at 1:08 am
Please do. I'd like to see some snapshots of the schedulers DMV under load.
Are you monitoring wait stats? If not, can you also take snapshots of sys.dm_os_wait_stats while...
December 29, 2017 at 3:57 pm
Ok, I suspect what you're seeing is not SQL not using the other processors, but a side effect of how affinity is set on higher processors. Your observation that all...
December 29, 2017 at 2:46 pm
December 29, 2017 at 2:03 pm
December 29, 2017 at 1:58 pm
This one? http://source.entelect.co.za/why-is-this-upsert-code-broken
It's my company's showcase site, which is probably why you couldn't find it. I do have a similar post that's still in draft on...
December 29, 2017 at 1:48 pm
Can you please open the error log and post the startup messages (the first 20 or so messages from the log)? You can remove the server names and database names.
December 29, 2017 at 1:44 pm
Well, when I posted you hadn't yet. Looking at the posts in one thread...
December 29, 2017 at 10:52 am
Both threads. I posted ~3 minutes before you (judging from when I received the emails). When I finished the posts, there were no replies.
December 29, 2017 at 10:01 am
Anyone who uses computers should be using password managers, so that's a no-brainer.
December 29, 2017 at 9:53 am
Viewing 15 posts - 526 through 540 (of 49,571 total)