Forum Replies Created

Viewing 15 posts - 61 through 75 (of 312 total)

  • RE: How to query AlwaysOn AG

    Yeah as mentioned in the OP I have a listener for the group, although I can use that in a connection string, how do you query the database thats part...

  • RE: Find plan_handle

    Have figured it out by using this query:

    SELECT UseCounts, Cacheobjtype, Objtype, TEXT, query_plan, plan_handle

    FROM sys.dm_exec_cached_plans

    CROSS APPLY sys.dm_exec_sql_text(plan_handle)

    CROSS APPLY sys.dm_exec_query_plan(plan_handle)

    WHERE TEXT like '%%'

  • RE: Tuning a query help

    Hi all thanks for the replies I will be testing and posting results back as soon as I can. Its our last day at work here and I have...

  • RE: Tuning a query help

    Hi there - I have attached the files for the definitions and also the execution plan

    Thanks

  • RE: CXPACKET queries

    Indeed - I am currently pulling out queries that are using parallelism and looking to tune them as a start. Then hopefully I will get a good idea of...

  • RE: CXPACKET queries

    Hi there - wow that query is excellent, thanks.

  • RE: GRANT VIEW DEFINITION

    Ok I think we have go to the bottom of it.

    When he was expanding the Views section it was saying something like "Please view Object Explorer Details" in a blue...

  • RE: GRANT VIEW DEFINITION

    He is looking in SSMS, I ran the code and can see a list of views, I also got him to run it and he gets a list back.

    Running sp_helptext...

  • RE: Loss of connection between Witness and Principle

    OK the GUI for the Mirroring Monitor is reporting correctly now, I removed and re-created the mirror.

  • RE: Loss of connection between Witness and Principle

    Another point if I run

    select * from sys.dm_db_mirroring_connections

    I see 4 connections even though I have 5 databases mirrored, although perhaps one DB just isn't being accessed.

    If I run:

    select * from...

  • RE: Mirroring Strange Behaviour Question

    The only testing I did was to monitor the network interfaces for a week or so to see how much they were being utilised, and found that they were ok....

  • RE: Mirroring Strange Behaviour Question

    They are all at 10sec, I guess I could increase it, but was really wondering why it happened in this manner in the first place.

  • RE: Moving Full Text Catalog

    OK thanks

  • RE: SQL Mirroring error did not auto failover

    Hi Perry

    I am thinking now that we perform SAN backups around that time and perhaps the network was flooded.

    What kind of details would you like?

    Thanks

  • RE: SQLWEP errors in Windows Event log

    OK in case anyone was interested I have found more out.

    These errors were occurring for me when I had configured SCOM to monitor by using a WMI alert. The...

Viewing 15 posts - 61 through 75 (of 312 total)