Forum Replies Created

Viewing 15 posts - 91 through 105 (of 216 total)

  • RE: Strange network error

    Roy Ernest (2/3/2009)


    Out of curiosity, are you formatting the data returned in any way before you casted it to decimal?

    No - prior to casting to a decimal to 'fix' the...

  • RE: Strange network error

    Max (2/3/2009)


    Can you recompile the final select statement in the proc, to return only a single column at first and then a second, and so forth, for the troublesome id....

  • RE: Strange network error

    Max (2/3/2009)


    Another strange thought, can you re-index the table and check again?

    Done ! And no change!

    I actually reindexed yesterday, and updated all the stats, as my first thought was bad...

  • RE: Strange network error

    Jeff Moden (2/3/2009)


    Thanks for the feedback, Kev... also note that it may not be the data itself... I had an instance where I had a bloody comment in the code...

  • RE: Strange network error

    ALZDBA (2/3/2009)


    What's the effect if you alter the sproc using the

    With recompile parameter ?

    Seems to me cardinallity may be very different when using criteria 1 or 2.

    Makes no difference -...

  • RE: Strange network error

    ALZDBA (2/3/2009)


    Can you compare (or even post) the execution plans for both queries ?

    The execution plans are identical.

    Attached is the screenshot of the 2 plans - I can post the...

  • RE: Strange network error

    Max (2/3/2009)


    The error is synonymous with having the connection reset.

    Strange thought I just had but could it be possible that the data is stored on a partition\segment that is not...

  • RE: Strange network error

    ALZDBA (2/3/2009)


    Are you fetching XML data to a grid ?

    I've experienced SSMS with results to grid generating our client antivirus to interfere (not with every select, but every time with...

  • RE: Strange network error

    Jeff Moden (2/2/2009)


    I can't remember exactly what the phrase in the returned data was, but I've had this happen before. Turned out that one of the "switches" on the...

  • RE: Strange network error

    I'm going to try it from home tonight to see if a different client (aside from the work network) has the same results and to see if the DB server...

  • RE: Strange network error

    Todd,

    it is happening everytime with one id and not with another - but I've checked anti-virus and that isn't kicking in.

    Kev

  • RE: Strange network error

    Why/how would DNS affect this?

    (not saying I don't believe you I just want to know more!!)

    ALZDBA - The server is hosted elsewhere, but it's not accessed via a VPN -...

  • RE: isolation level solution to unique index violation

    Interesting.....

    Robert - it did seem to work OK, and I wasn't getting the error in SSMS in my test environment. Strangely though, the error was still raised when the...

  • RE: isolation level solution to unique index violation

    Thanks for the responses.

    Robert - not sure how this guarantees to avoid the violation.

    Ken - I hadn't thought about application locks - sounds good! I just need to do a...

  • RE: What are the Party Plans?

    wow - me too - not sure if I'm a regular enough forum poster to deserve a shirt but I have contributed articles and questions 🙂

    Kev

Viewing 15 posts - 91 through 105 (of 216 total)