Forum Replies Created

Viewing 15 posts - 46 through 60 (of 98 total)

  • RE: Subtracting a Millisecond...

    I typically use BETWEEN; is that frowned upon? It just seems to look cleaner to me.

    Though I can totally see how using the other way would require less pre-formatting.

    /*...

  • RE: Subtracting a Millisecond...

    Awesome! Thanks for posting that. Most of the time I wouldn't care about 3ms, but I am building a monitoring tool and I would rather not have something...

  • RE: Subtracting a Millisecond...

    Just to try a new way to get the end of a day for a date comparison.

    Didn't want to do the boring old string concatenation...

  • RE: Subtracting a Millisecond...

    Need to learn to let go, and use DATETIME2...

    Works fine when converted to DATETIME2 instead of DATETIME.

    Found my answer here:

    http://msdn.microsoft.com/en-us/library/ms187819.aspx

    Time range

    00:00:00 through 23:59:59.997

  • RE: Missing job outcome in msdb.dbo.sysjobhistory

    I have created my wheel, and I am hoping either the job outcome piece was a fluke (or a misunderstanding of what I was seeing).

  • RE: Stored Proc Recompile

    Not sure where to check for the replication setting (I checked the publication properties and googled it and didn't get anything overly useful 🙂 )...either way I am not seeing...

  • RE: Stored Proc Recompile

    How does transactional replication play into DMVs? The DMVs should only reflect the activity on the server, correct? Not activity from the publisher.

    Thanks again!

  • RE: Stored Proc Recompile

    I have checked at least five times 🙂 I will keep looking...

    Thanks again, and if I find something I will post it here!

  • RE: Stored Proc Recompile

    Could this be a plausible reason?

    Hi Jarret,

    Is the proc you are trying to watching is exec in a very high frequency? Is the sever a very busy server? I mean,...

  • RE: Stored Proc Recompile

    I extended the trace, and am still not seeing it.

    I am doing all columns for the following Events:

    SP:Completed

    SP:Starting

    SP:StmtCompleted

    SP:StmtStarting

    I searched the object name and the text data columns for the procedure,...

  • RE: Stored Proc Recompile

    I ran it for RPC:Completed and SQL:BatchCompleted.

  • RE: Stored Proc Recompile

    I am pretty confused...I ran a trace on the server and waited for the execution count to increment, and after it incremented about 20 times I stopped the trace and...

  • RE: Stored Proc Recompile

    I was hoping that wasn't the case 🙂

    I can't explain why I am seeing the following:

    cacheTime: 2012-06-18 15:00:10.4870000 ...

  • RE: Best way to get average duration

    I will need to take note of that 🙂

    Thanks again for the help!

  • RE: Best way to get average duration

    I like it! I will stick with the earlier post (for the extra time it covers), but this one is really great!

Viewing 15 posts - 46 through 60 (of 98 total)