Viewing 15 posts - 301 through 315 (of 7,191 total)
Have a look through this, and post back if there's anything in particular that you don't understand.
John
December 11, 2019 at 10:24 am
Well, if somebody has set up a server with (at least) eight processors and maxdop 1, I would suspect that they might not know what they're doing.
If the backup is...
December 11, 2019 at 10:20 am
Please will you show us what you've already tried? Have you looked into PIVOT?
John
December 11, 2019 at 10:10 am
I typed "Always On feature list SQL" into my favourite search engine and I found this.
I don't know where you'll find information for SQL Server 2012 now it's no...
December 9, 2019 at 2:19 pm
Have you tried using the installation media to do the uninstall?
John
December 9, 2019 at 10:05 am
You've got four columns called id in your query, and you haven't specified which one to use in your ROW_NUMBER call. Replace "id" with "a.id", "b.id", "c.id" or "d.id".
John
December 9, 2019 at 9:55 am
Yes, and a history of the changes that have been made (date, person, description of change).
John
December 6, 2019 at 3:11 pm
I think if anyone tried to reverse engineer the query from the execution plan, they'd lose the will to live! Don't get me wrong - the execution plan is indeed...
December 6, 2019 at 3:06 pm
Could it be blocking? I know you said you're the only one doing anything, but could there be background processes or jobs that hold locks on the table you're querying?
John
December 6, 2019 at 11:13 am
Maybe 20 seconds is fast. Care to provide more information, please - query, execution plan, table DDL, SQL Server version and edition, server RAM, max server memory, no of processors, maxdop,...
December 6, 2019 at 9:12 am
Have you looked at the definitions of those two views? You may be able to tweak the code so it works better with the "new" query optimizer.
John
December 6, 2019 at 8:55 am
I suppose it's possible that the query recompiled after you created the index but the query optimizer chose not to use the index. If you examine the graphical plan do...
December 6, 2019 at 8:45 am
Can you post some table DDL (CREATE TABLE statement), sample data (INSERT statements) and expected results, please? I'm a bit confused, for example, about whether 2300 + 0900 should be...
December 6, 2019 at 8:32 am
December 6, 2019 at 8:28 am
As I understand it, auditing is set up at the instance level, not AG level. So if you can't see any events in the audit log for AG3, I think...
December 6, 2019 at 8:14 am
Viewing 15 posts - 301 through 315 (of 7,191 total)