Forum Replies Created

Viewing 15 posts - 6,556 through 6,570 (of 15,381 total)

  • RE: Need help in SQL Query

    vigneshlagoons (10/9/2013)


    Hi,

    I am attaching my sql table structure for a best solution.

    OK now we have some data. However it is not consumable. It would help your cause greatly if you...

  • RE: Need help in SQL Query

    vigneshlagoons (10/9/2013)


    Hi Sean,

    I really appreciate it. I am new to this forum and new to SQL too and will do the one you tod me going forward. As of now...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (10/9/2013)


    jcrawf02 (10/9/2013)


    Stefan Krzywicki (10/8/2013)


    SQLRNNR (10/8/2013)


    Stefan Krzywicki (10/8/2013)


    Well, time to polish the resume and start looking for work. Just given a 1 month notice.

    They want to keep me on...

  • RE: Query taking over 50 mins; Stuff with XML Path

    Eshika (10/9/2013)


    Hi I am using Stuff with XML Path for concatenating the data in multiple columns like city, town etc by Zip code. ie., unique column is Zip and all...

  • RE: Need help in SQL Query

    As David suggested earlier, in order to help we will need a few things:

    1. Sample DDL in the form of CREATE TABLE statements

    2. Sample data in the form of INSERT...

  • RE: convert Row to column.

    TRACIEJOHNSON30 (10/9/2013)


    I need some assistance....I have the screen shot attached below. I would like the output to have column headers 'vessel' and each of the twelve months. I would like...

  • RE: Case statement returning duplicates

    There is absolutely nothing in your code to try to prevent duplicates. A case expression does not do this, it will return whatever values the logic says to return.

  • RE: Sub Query writing

    In order to help we will need a few things:

    1. Sample DDL in the form of CREATE TABLE statements

    2. Sample data in the form of INSERT INTO statements

    3. Expected results...

  • RE: Date range query problem

    briancampbellmcad (10/8/2013)


    That worked... humble thanks! -

    WHERE (tbl_pac2k.[Installation Start Date] > GETDATE() -8) AND (tbl_pac2k.[Installation Start Date] < GETDATE() +22)

    Do be careful there.

    You might want to look at what those...

  • RE: Are the posted questions getting worse?

    SQLRNNR (10/8/2013)


    Koen Verbeeck (10/8/2013)


    Stefan Krzywicki (10/8/2013)


    SQLRNNR (10/8/2013)


    Stefan Krzywicki (10/8/2013)


    Well, time to polish the resume and start looking for work. Just given a 1 month notice.

    They want to keep me on...

  • RE: Date range query problem

    I am not a huge proponent of always making sure everything is ANSI compliant and "cross language compatible". If you are changing databases it is massive undertaking.

    In sql server I...

  • RE: Date range query problem

    briancampbellmcad (10/8/2013)


    I put in WHERE (tbl_pac2k.[Installation Start Date] > DATEADD(DAY, -7, [Installation Start Date])) AND (tbl_pac2k.[Installation Start Date] < DATEADD (DAY, 21, [Installation Start Date]))

    into my embeddded query and it...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (10/8/2013)


    Well, time to polish the resume and start looking for work. Just given a 1 month notice.

    They want to keep me on a retainer for 5 hours a...

  • RE: I dindn't understand how this query works?

    amolsingh9372 (10/8/2013)


    ok the ax > alphabet is false ....sorry my mistake

    but still robin > ax is returning true

    r > a true

    but how come o>x ??

    It...

  • RE: trying to create a table - unpivot

    astrid 69000 (10/8/2013)


    I will prepare a litter of coffee and sit down for some light reading 😀

    thanks to you too so much for your help.

    I will let you know how...

Viewing 15 posts - 6,556 through 6,570 (of 15,381 total)