Forum Replies Created

Viewing 15 posts - 1,966 through 1,980 (of 3,232 total)

  • RE: Find first character in string if 0 only

    That's not going to get him what he's described and shown in his example. Your code will always remove the first character and it sounds like he needs some...

    John Rowan

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

  • RE: Which Query Is Performs Better

    From my experience the LEFT JOIN typically performs better, but in reality it depends. I will usually start with the LEFT JOIN and only change it if the reads...

    John Rowan

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

  • RE: Find first character in string if 0 only

    Can you explain why the second value should not be changed? Also, why are you replacing the first 2 characters from the first value?

    John Rowan

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

  • RE: Can you recommend a FREE tool for trapping SQL/queries in SQL Server 2000

    What you are looking for is a tool that will read in all of the SQL queries and then spit out only problem queries. You can configure Profiler to...

    John Rowan

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

  • RE: Should DBA's need to know the physical details of a SAN??

    Absolutely!! The fact that they refuse to disclose this to you is absurd and counterproductive. Whenever I work with a client that is having performance problems and I find...

    John Rowan

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

  • RE: Can you recommend a FREE tool for trapping SQL/queries in SQL Server 2000

    U (12/3/2007)


    I don't mind running Profiler in a Dev environment but when there is a problem in Production environment I would rather prefer a tool that will quickly capture and...

    John Rowan

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

  • RE: Forum Etiquette: How to post data/code on a forum to get the best help

    Mike C (12/3/2007)

    What's the proper etiquette when the OP posts a question in the 2000 forum, and subsequently asks "is there an easier way to do this in 2005?" ...

    John Rowan

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

  • RE: Forum Etiquette: How to post data/code on a forum to get the best help

    GilaMonster (12/3/2007)


    John Rowan (11/27/2007)


    I agree in that I've read sooo many posts that were so badly presented that I simply move on to another.

    Likewise. I only have so...

    John Rowan

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

  • RE: multiple select statements in a stored proc

    If your code returns a result set in QA, the fact that your ASP app is not getting results has nothing to do with what type of temporary structure you...

    John Rowan

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

  • RE: Foreign keys good or bad practice?

    Yep, and I'm still waiting on that code to test......

    John Rowan

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

  • RE: Page lookups per sec high

    I second Grant here. You should run profiler to identify poorly performing processes. I would also recommend running Windows Performance Monitor along with Profiler. Take a close...

    John Rowan

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

  • RE: Page lookups per sec high

    Are you having performance problems on your production DB? What has prompted you to begin looking at performance metrics on these 2 servers?

    John Rowan

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

  • RE: Script table into a single create statement

    See 'Create Table' in BOL. Specifically, look under section F: Complete table definitions.

    John Rowan

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

  • RE: 3 tables, how to find differences ?

    As Lynn stated, not enough information! On top of the table DDL and the code that you've already tried (if any), we need to know if you want to...

    John Rowan

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

  • RE: Suggestions for Avoiding Timeouts

    Eric,

    Timeouts are usually caused by resource contention. The problem that you have with using Virtual servers is that you may be sharing resouces with other Virtual servers running...

    John Rowan

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

Viewing 15 posts - 1,966 through 1,980 (of 3,232 total)