Viewing 15 posts - 61 through 75 (of 312 total)
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...
January 22, 2013 at 5:51 am
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 '%%'
January 10, 2013 at 9:06 am
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...
December 21, 2012 at 2:06 am
Hi there - I have attached the files for the definitions and also the execution plan
Thanks
December 20, 2012 at 6:18 am
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...
December 19, 2012 at 4:37 am
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...
November 30, 2012 at 5:22 am
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...
November 30, 2012 at 4:58 am
OK the GUI for the Mirroring Monitor is reporting correctly now, I removed and re-created the mirror.
November 21, 2012 at 3:15 am
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...
November 21, 2012 at 2:22 am
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....
November 20, 2012 at 5:00 am
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.
November 20, 2012 at 4:21 am
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
October 24, 2012 at 7:13 am
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...
October 16, 2012 at 3:52 am
Viewing 15 posts - 61 through 75 (of 312 total)