Forum Replies Created

Viewing 15 posts - 2,371 through 2,385 (of 22,214 total)

  • Reply To: SQL 2017 post migration memory issues

    Jeff Moden wrote:

    Ahhh... I've got to disagree a bit.  Instead of changing to comparability level,  SQL Server 2017 does have the ability to use the old cardinality estimator at at least...

  • Reply To: SQL 2017 post migration memory issues

    SQL Server 2014 introduced a new cardinality estimation engine. Any migration from a version of SQL Server prior to 2014 to post 2014 has to deal with this issue. In...

  • Reply To: configure extended event for deadlock

    It shouldn't matter, but go and get the latest cumulative update. You shouldn't be running RTM at this point.

    I'm unsure what the issue is. I do this kind of monitoring...

  • Reply To: configure extended event for deadlock

    Look down below in the details. Is there a second tab? I'll bet there is.

  • Reply To: configure extended event for deadlock

    Causality tracking won't prevent it from capturing the deadlock graph. I think the issue likely lies in the is_system filter. You're not looking for system issues, you're looking for user...

  • Reply To:

    You can't bypass it. If you really need everything in views (and not seeing your code, I can't support whether that's a good idea or not), then I'd suggest five...

  • Reply To:

    Best to only ask a question once. Most of us look at a lot of forums, so we're likely to see it. Plus, any discussion will take place in more...

  • Reply To: Index Usage

    Pretty much yes. The index usage stats are just one piece of information. However, it's not dispositive information. It's a part of the whole puzzle. The whole puzzle very much...

  • Reply To: deadlock issue

    The data in the deadlock graph includes the sqlhandle. You can use this against either the DMVs or Query Store (if it's enabled) to retrieve query information. The sqlhandle is...

  • Reply To: deadlock issue

    So, if you're getting lots of deadlocks (massive performance hit by the way, it's not just about the deadlock itself, every time it happens, you're rolling back transactions, causing additional...

  • Reply To: deadlock issue

    Looks like a pretty straight forward issue. You've got two different delete statements running from one process, looks like both reference the same lock_group_str and then the update is running,...

  • Reply To: Index Usage

    Seeks are great! Don't complain.

    However, they're only great when returning smaller sets of filtered data. For very large data sets or no filtering, scans are better. You should see a...

  • Reply To: deadlock issue

    So, the deadlock graph didn't upload. You'll need to do a little more formatting to get it here and/or post it to a file share somewhere and post the link.

     

  • Reply To: Data Migration Assistant errors - dacpac and openquery failures

    Interesting. I've only ever tested it going to Azure SQL Database. I'm not sure why you'd need it for a VM migration unless it's somehow testing the upgrade from some...

  • Reply To: Extended events

    Happy to hear that things are working. Come back with questions any time.

Viewing 15 posts - 2,371 through 2,385 (of 22,214 total)