Viewing 15 posts - 61 through 75 (of 118 total)
I know its impossible to get everything covered, but I am trying to get things as much automated as possible. Something like alerts, say if a process has been blocking...
February 29, 2008 at 4:11 pm
Btw, we have transactional replication, log shipping in our environment. It would be great to know what to monitor for these.
February 29, 2008 at 3:45 pm
I found it inconsistent, it could return e.g. EXECUTE GetProductOptions 'LNX3252' at some time or 'CREATE PROCEDURE.....' other time.
February 29, 2008 at 7:52 am
It gets the sql_handle from sysprocesses and use fn_get_sql(sql_handle) to get the sql thats running.
February 29, 2008 at 7:32 am
I was able to capture it this morning. It was just trying to execute the proc instead of 'create proc', somehow a proc I created to monitor blocking shows 'create...
February 28, 2008 at 3:16 pm
plus information_schema.routines also shows the modifieddate as a few months back ago too.
February 27, 2008 at 10:15 am
I tried tracing it yesterday, but I started too late. And today, I did not see any blocking. Its weird though that in the sysobjects table, the crdate shows a...
February 27, 2008 at 10:10 am
What kind of indexes do you use on the order table? Is the identity field (OrderID, I suppose) clustered or non-clustered? I think the reason is contention on page allocation...
February 19, 2008 at 10:03 am
Thanks for the reply.
I did a little experiment this morning. I thought I would just go forward with the default value because it is a lot of hassle running...
February 19, 2008 at 9:07 am
Thanks!
In our case, the hostname is always the web server name and application name is iis. So seems like there is no way to tell which user machine the query...
February 1, 2008 at 1:34 pm
P.S. we are only using sql server authentication. So in profiler, it seems there is no way to track down which computer/user the query is running from. So how do...
February 1, 2008 at 11:59 am
Thanks for the reply.
I guess I am still not quite clear yet. This is what I am trying to find out. We have an internal web site where all...
February 1, 2008 at 8:03 am
Sorry it has to be wrapped up in one transaction.
Thanks for the reply.
January 30, 2008 at 12:22 pm
Thanks!
I do not have index on orderid, let me add it and see it fix it.
January 30, 2008 at 8:23 am
Viewing 15 posts - 61 through 75 (of 118 total)