Forum Replies Created

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

  • RE: Wierd Join--Is this possible?

    Ok, i see what i did wrong. I tried to do the comparison in the where clause because i wasn't sure i could use LIKE in the ON clause

    Thanks!

    FYI:...

  • RE: Prloblem using EXIST in Select Statement

    Ok guys thanks! That answers my question.

  • RE: Converting from NVarchar to DateTime

    Thanks guys! I'm happy. When i looked into the SS2005 table it was in the appropriate format. thanks!

    I still don't understand that chart but that is ok.

    Best wishes.

  • RE: Converting from NVarchar to DateTime

    I'd like for it to be in MM/DD/YY or MM/DD/YYYY format. I really don't care about the time.

    Geee! A whole day has gone by. I don't know if this...

  • RE: Converting from NVarchar to DateTime

    I saw that table. I didn't understand what it was saying. I've tried different formats and i get the same style each time.

    I would like to format it better but...

  • RE: Converting from NVarchar to DateTime

    Ok, i played with the convert function and did something like

    Select dateofbirth = Convert(datetime, DateOfbirth, 1) from studentcur

    and i was able to get it in the format

    1971-06-10...

  • RE: Selecting 2nd or 3rd Duplicate in a recordset

    I think you guys answered my question. Thanks! I was wondering if this could be done while avoiding CTEs or Temp tables. I guess not. THere is no way of...

  • RE: What is in the Blank space? Data Type is NVarChar

    Weird guys!

    Ok i tried each one of your functions returned NULL! I tried all 3. But the IS NULL did not work.

    I'm satisfied. At least i was...

  • RE: CASE WHEN Column IS NULL

    I don't think I've ever encountered anything like this! Makes me wonder what else I wasn't taught in school.

    I'm going to try this code out. Thanks for...

  • RE: CASE WHEN Column IS NULL

    Lynn, some of us are a little bit slow. Not all of us are privileged with common sense. I remember your ELSE correction, that is what eventually led to my...

  • RE: CASE WHEN Column IS NULL

    Any CASE expression without an explicitly specified ELSE clause will implicitly include an ELSE NULL clause.

    Thanks Andrew, I didn't know that

  • RE: CASE WHEN Column IS NULL

    Thanks! I'm going to look into this further. As stated above I was not expecting this. I will read your article. I just glanced at it but I have...

  • RE: CASE WHEN Column IS NULL

    The answer so far is that none of the cells are NULL.

    Here is the difference from yesterday. Yesterday I imported the data from an Excel file. Today I...

  • RE: CASE WHEN Column IS NULL

    WEll I've figured out why it is turning it NULL because I'm not returning anything.

    I should have and ELSE that simply returns EmergencyRelation. But i still don't know why that...

  • RE: Trying to add PK to existing Table

    You know I developed a whole database of about 20 tables using DDL, but unless you use it all the time, it seems that its easy to forget. How much...

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