Forum Replies Created

Viewing 15 posts - 10,741 through 10,755 (of 13,872 total)

  • RE: t-sql query

    Eugene Elutin (5/1/2012)


    ...

    Using != instead of <> is not recommended, as != is non-ISO standard (though it still works).

    ...

    I prefer to use "!=" over "<>". Is any reference material where...

  • RE: Issue with duplicate data

    You can deduct whatever you want from whatever you like.

    This could come in very useful. I'd like to deduct all the French people from the city I live in.

    :w00t:...

  • RE: t-sql query

    justmohit (5/1/2012)


    Add this line in Where clause

    r1.isdirectory!=1

    Bye!

    Using != instead of <> is not recommended, as != is non-ISO standard (though it still works).

    As the IsSubdirectory column is a Bit column,...

  • RE: Msg 911, Level 16, State 1, Line 1 Database 'databasename' does not exist. Make sure that the name is entered correctly.

    tt-615680 (5/1/2012)


    Dear All,

    Would anyone be able to let me know how to resolve the following error message please?

    Msg 911, Level 16, State 1, Line 1

    Database 'databasename' does not exist....

  • RE: t-sql query

    Add

    WHERE IsDirectory <> Cast(1 as bit)

    to the end of your query.

  • RE: Delete duplication with where clause condition

    his has also happened because i could not memorises everyone names and switching back and forth just to check names is not easy.

    Actually, it should be very easy. Just have...

  • RE: Why would derived column component remove rows?

    A Rampaging Deduper - who said IT can't be exciting?

  • RE: LEN function

    Here is a sample: I guessed what Tara-1044200 was attempting to do.

    Indeed & a fair guess. But her post immediately after your suggestion seemed to indicate that things were still...

  • RE: LEN function

    Tara-1044200 (4/29/2012)


    actaully there isnt any table in real, i am just trying to use len(column)-12 which seems to be not working but it works for len(column)-8 so i was thinking...

  • RE: Query Multiple Tables (how to)

    kirkm 55368 (4/29/2012)


    Thanks for the response, Phil.

    I see now using the actual field and table names would have been better.

    I'm getting :-

    Syntax error (missing operator) in query expression "tblBritburn' Table'.

    And...

  • RE: Insert Problem

    .Netter (4/29/2012)


    Hi All,

    I have an online exam which inserts the user answers in to a table then works out how many correct answers they have got which is working fine,...

  • RE: Query Multiple Tables (how to)

    kirkm 55368 (4/29/2012)


    Hi,

    I want to build a query on Multiple Tables... there's 3 tables in total. If they all had a 'Field1'

    how could I output all fields (in all 3...

  • RE: insert top (X) into table

    I haven't tried to understand your SELECT query and, as you did not expand on what you meant by "not working", I had to guess that there was a syntax...

  • RE: insert top (X) into table

    Mikalina (4/29/2012)


    Hello,

    this is rather urgent..

    I have a population of people who got less than 3 coupons, and i need to insert one specific coupon to that population (the one that...

  • RE: Comparing Notes: Schema for Spreadsheet-like Application

    Bill Nicolich (4/27/2012)


    Before I go and build the schema, I'd like to compare notes with whomever has either seen this done before or has done this before.

    I'm looking to create...

Viewing 15 posts - 10,741 through 10,755 (of 13,872 total)