Forum Replies Created

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

  • RE: what to monitor

    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...

  • RE: what to monitor

    Btw, we have transactional replication, log shipping in our environment. It would be great to know what to monitor for these.

  • RE: why would 'create procedure' run?

    I found it inconsistent, it could return e.g. EXECUTE GetProductOptions 'LNX3252' at some time or 'CREATE PROCEDURE.....' other time.

  • RE: why would 'create procedure' run?

    It gets the sql_handle from sysprocesses and use fn_get_sql(sql_handle) to get the sql thats running.

  • RE: why would 'create procedure' run?

    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...

  • RE: why would 'create procedure' run?

    plus information_schema.routines also shows the modifieddate as a few months back ago too.

  • RE: why would 'create procedure' run?

    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...

  • RE: Locking issues

    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...

  • RE: what type of locks will be used for this?

    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...

  • RE: clientprocessid in profiler

    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...

  • RE: clientprocessid in profiler

    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...

  • RE: clientprocessid in profiler

    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...

  • RE: why deadlock?

    Sorry it has to be wrapped up in one transaction.

    Thanks for the reply.

  • RE: why deadlock?

    It works now with the index! Thanks for the help!

  • RE: why deadlock?

    Thanks!

    I do not have index on orderid, let me add it and see it fix it.

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