Forum Replies Created

Viewing 15 posts - 31 through 45 (of 236 total)

  • RE: Exists on where clause

    thank you allen.

  • RE: Exists on where clause

    MessageId is foreign key in the @vendor and @vendor_custom table. so there is no way that data will be in @vendor table and not in @ message table. i didn't...

  • RE: Exists on where clause

    Hi Steve,

    thanks for the reply and it's not producing my actual result. Since the data exists on the @vendor, we should not pull any data from @vendor_custom. so logically...

  • RE: Exists Condtion

    thank you scott.

  • RE: Select case Logic

    Thanks everyone who tried to help me and Chris M solution worked for me. appreciated your time on this,

  • RE: Date logic

    Sergiy - Tuesday, January 10, 2017 6:29 PM

    KGJ-Dev (1/9/2017)


    Hi Luis, thanks for the reply and i would like to put my requirement...

  • RE: Index Related Question

    GilaMonster - Monday, January 16, 2017 5:48 AM

    That code throws an error.
    Msg 4104, Level 16, State 1, Line 66
    The multi-part identifier "ic2.object_id"...

  • RE: Index Related Question

    GilaMonster - Monday, January 16, 2017 2:51 AM

    The script you posted works.

    Check the name you're putting in the WHERE clause, and...

  • RE: Table Space Related Question

    Hi Grant,

    Thanks for your reply.

    Hi Jeff,

    Thank you for your detailed explanation and this will be much helpful to me. Appreciated your time on this.

  • RE: Table Space Related Question

    Jeff Moden - Friday, January 13, 2017 2:57 PM

    Just in case you need authoritative justification to do so for TF 1118, please see...

  • RE: Table Space Related Question

    Hi Jeff,

    Thank you for your time on this post and could you please elaborate your point. Below are more explanation from my side

    Current table records: 0,...

  • RE: Table Space Related Question

    Grant Fritchey - Friday, January 13, 2017 11:09 AM

    The space left behind by the deletes isn't really space left in the table. It...

  • RE: Date logic

    thanks everyone for your time on this post and i could manage in different way. I just took the first created record time and added needed intraval(newdate) and kept in...

  • RE: Date logic

    Sure, i will explain again.

    I have a table and right now i have duplicates on the table. Only way i can clean the duplicates based on id, RecordInsertedDateTime.

    The most of...

  • RE: Date logic

    as like my sample i have 100*1000 records in my table and dense rank puts incremental number. basically i need the query to delete the duplicate records. any help please

Viewing 15 posts - 31 through 45 (of 236 total)