Forum Replies Created

Viewing 15 posts - 346 through 360 (of 374 total)

  • RE: Are the posted questions getting worse?

    SQLkiwi (3/4/2011)


    Plagiarism is when you're pretending the work is your own and not giving proper credit.

    Copyright infringement is when you're reprinting the work without permission.

    It is possible to do both...

  • RE: RAID 10

    Well, this time I shouldn't have done the research...

    I read the exact article that was quoted in the question, and found this quote:

    RAID 1+0: mirrored sets in a striped set...

  • RE: Change table name

    edvard 19773 (3/3/2011)


    I have a table in an DB called admin (dbo.admin)

    I want to change the name to administration (dbo.administration)

    How to script this change?

    I found 'Rename', and tried:

    ALTER TABLE dbo.admin

    ...

  • RE: Visual Studio Database Tools

    Same place I found it!

    -Ki

  • RE: Are the posted questions getting worse?

    WayneS (3/1/2011)


    GSquared (3/1/2011)


    Kiara (3/1/2011)


    Brandie Tarvin (3/1/2011)


    How 'bout I throw some high heels, a mini skirt, and a lumberjack into the mix to really leave you screaming for the brain bleach?

    @=)

    "I'm...

  • RE: Help with join

    xeops,

    I'm sorry, but debugging your build process is beyond my skill set. Wish I could help on that one.

    -Ki

  • RE: Help with join

    xeops (3/1/2011)


    Hi, Kiara,

    select

    waterfalls.ID,

    waterfalls.Fall_ID,

    waterfalls.Latitude,

    waterfalls.Longitude,

    Maps.Fall_ID AS Map_ID,

    Maps.Maps

    FROM waterfalls

    INNER JOIN Maps ON waterfalls.Fall_ID = Maps.Fall_ID

    like this?

    That will get you all rows from waterfalls that have matching Fall_ID fields in Maps. I'm assuming that's...

  • RE: Help with join

    select table1.*, table2.*

    from Table1

    inner join Table2

    on Table1.Fall_ID = Table2.Fall_ID

    Replace my selection criteria with the fields you actually want.

    -Ki

  • RE: Help with join

    xeops (3/1/2011)


    Hi, Kiara,

    i am almost done with the project of mine. in an hour or so i would send a message for you to see the actual data.

    I will try...

  • RE: Help with join

    Kiara (3/1/2011)


    Ok. I *think* I get it. My apologies if I'm still not understanding - I was trying to understand the SQL results you were looking for, not what the...

  • RE: Help with join

    Ok. I *think* I get it. My apologies if I'm still not understanding - I was trying to understand the SQL results you were looking for, not what the application...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (3/1/2011)


    How 'bout I throw some high heels, a mini skirt, and a lumberjack into the mix to really leave you screaming for the brain bleach?

    @=)

    "I'm a lumberjack and...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (2/28/2011)


    GSquared (2/28/2011)


    Kiara (2/28/2011)


    jcrawf02 (2/28/2011)


    Stefan Krzywicki (2/28/2011)


    jcrawf02 (2/28/2011)


    I'm just growing tired of having to explain Microsoft's commercials to my wife. Some idiot on the screen says "To the Cloud..."...

  • RE: Help with join

    xeops (3/1/2011)


    Hi, Kiara,

    I have uploaded the attachment in the mdb format.Thank you so much.

    If you are able to see it online it looks like this right now

    http://demo.asprunner.net/a_pehlevi_hotmail_com/mapping/menu.asp

    click on...

  • RE: Help with join

    xeops,

    Can you give me a couple more records for each table, and then an example of the specific data you would want to see in the results? That would make...

Viewing 15 posts - 346 through 360 (of 374 total)