Forum Replies Created

Viewing 15 posts - 436 through 450 (of 3,232 total)

  • RE: Today's Random Word!

    Iberostar

    John Rowan

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

  • RE: Today's Random Word!

    Tango & Cash

    John Rowan

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

  • RE: Today's Random Word!

    T-1...

    John Rowan

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

  • RE: Compare two tables: Which fields are different?

    Kudos on sticking with a thread that is 2 years old!

    John Rowan

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

  • RE: How to Create a temp table dynamically from another temp table

    jmyren (6/15/2010)


    After re-evaluating i definitely need a new approach. Thanks for the info.

    If you can describe what you are trying to do, we can help you come up with...

    John Rowan

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

  • RE: How to Create a temp table dynamically from another temp table

    It would require dynamic SQL to get this to work. The catch is that the temp table will be scoped to the EXEC statement so you'd need to create...

    John Rowan

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

  • RE: How to split the column into sql data

    Cowboy DBA (6/15/2010)


    John Rowan (6/14/2010)


    If you let your homework go too long, it will become urgent. We are all volunteers here on this site so it would help us...

    John Rowan

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

  • RE: Today's Random Word!

    Riviera Maya in T-2 days.......VACATION!!

    John Rowan

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

  • RE: How to split the column into sql data

    If you let your homework go too long, it will become urgent. We are all volunteers here on this site so it would help us if you would do...

    John Rowan

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

  • RE: How to split the column into sql data

    Can you show us what you have tried so far?

    John Rowan

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

  • RE: Today's Random Word!

    bannana

    John Rowan

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

  • RE: Memory leakage

    charipg (6/11/2010)


    Can you please let me know how do we free up the memory and how frequently you do that?

    Why would you want to free up the memory? Your...

    John Rowan

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

  • RE: Memory leakage

    Your SQL Server database instance will reserve memory as it needs it. Once the memory has been reserved, it will not release it. It keeps it for buffer...

    John Rowan

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

  • RE: Two Temp Tables within a Proc

    So did that work and produce the same results as your original?

    John Rowan

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

  • RE: Two Temp Tables within a Proc

    By the way, here's your new proc:

    CREATE PROCEDURE dbo.myProcedure

    @ID int

    AS

    SELECT

    SUM(CASE WHEN SomeTypeID = 1 THEN 1 ELSE 0 END) as ColumnA1,

    SUM(CASE WHEN SomeTypeID = 2 THEN 1 ELSE 0...

    John Rowan

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

Viewing 15 posts - 436 through 450 (of 3,232 total)