Forum Replies Created

Viewing 15 posts - 2,041 through 2,055 (of 3,232 total)

  • RE: DATE TIME Issue

    Exactly!! There is no reason to CAST/CONVERT here as the Query Optimizer will do an implicit conversion. Hence my earlier suggestion to use the select 1 where getdate()...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Database Relationship

    ubuntuXP07,

    I understand what you are trying to do. Here is what I suggest you do to accomplish what you are after. First, let's go over you table...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Resolving a Deadlock(New to this please help!)

    Either way, your stuck with not being able to go back in time to look at previous deadlocks. Have you been able to capture a deadlock in your log...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Database Relationship

    It would help if you would post your insert code so we could look at what is producing your error. It sounds like you are attempting to create a...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Lock tracing

    Yea, I don't think there is if you really want the lock types. But then again, I've been wrong before.....:Whistling:

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Truncation of Output Variable

    When you right-click on the SP in the object browser, instead of saying 'Open', look down a bit farther and you'll see scripting options. You can script it as...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Resolving a Deadlock(New to this please help!)

    What do you mean that it is not in the errorlog but you can see in in Enterprise Manager? Also, the input buffer (or part of it) is listed...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Lock tracing

    Profiler will not be able to tell you the lock types. You can use it to watch for locks aquired/released and locks escalated but not lock type. Keep...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Resolving a Deadlock(New to this please help!)

    Setting a trace flag using DBCC TRACEON will leave the trace flag running until you run DBCC TRACEOFF or restart SQL Server. If you need the trace flags to...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Truncation of Output Variable

    Thanks for being humble enough to post your resolution.:)

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Need to find records that match on one column but not on another

    Ron, got you message. I would use what Jason has suggested here. Give me a call if you need to discuss further. BTW, I got your e-mail...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Truncation of Output Variable

    I am still a bit confused as to what you are seeing. I don't use grid, I prefer text and when you execute a SP in text, you don't...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Truncation of Output Variable

    MattieNH (10/4/2007)


    I get two recordsets with the complete string, but no output parameters. I've even tried bringing back the 30 leftmost characters, and the 20 rightmost characters as output...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Resolving a Deadlock(New to this please help!)

    The trace flags will put the trace data into the error log the next time a deadlock occurs. Check out this link, it will help:

    http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/tracingdeadlocks/1324/

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Nested While within an If statement

    Adam,

    In the future, it would help greatly if you post the error that you are getting. This was an easy one, but if you know the error, why...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 2,041 through 2,055 (of 3,232 total)