Forum Replies Created

Viewing 15 posts - 11,101 through 11,115 (of 26,486 total)

  • RE: Delete query with like option is not working

    Duplicate post, post answers here.

  • RE: Delete query with like option is not working

    komal145 (6/22/2012)


    Hi friends ,

    I need to Delete from table with conditions :

    Example of my query!!!

    Delete from TAble A where Input_type like 'COLD%' and Input_type like 'ChartMover%'

    when...

  • RE: SQL query between 2 months

    Sample data and expected results. I have nothing to run your code against to test or to determine what your problem(s) may be with regard to actual results.

    What you...

  • RE: SQL query between 2 months

    I have to go with Sean's shot in the dark since you haven't provided sample data or expected results with a given example of the parameters that may be passed...

  • RE: The Certification Debate

    I have nothing against certifications, I'd like to get certified myself. My problem with them is more with those who have them and have demonstrated to me that the...

  • RE: SQL query between 2 months

    jerome.morris (6/22/2012)


    this.PartsUsedTBTableAdapter.FillBy10(this.SLADBDataSet.PartsUsedTB, dateTimePicker1.Value.Date,

    ...

  • RE: SQL query between 2 months

    As I look at the code more, it would help if you posted the DDL (CREATE TABLE statement) for the table, some sample data for the table, and the expected...

  • RE: SQL query between 2 months

    Sorry, but your code is confusing. What are you trying to accomplish and what are the parameters being passed?

  • RE: Are the posted questions getting worse?

    Sean Lange (6/22/2012)


    Lynn Pettis (6/22/2012)


    I'm trying to decide if I should be happy or insulted, I mean really, Lynndrome? 😉 :w00t: 😛

    I certainly hope you don't feel insulted!!! It...

  • RE: Are the posted questions getting worse?

    Sean Lange (6/22/2012)


    Lynn Pettis (6/22/2012)


    I'm trying to decide if I should be happy or insulted, I mean really, Lynndrome? 😉 :w00t: 😛

    I certainly hope you don't feel insulted!!! It...

  • RE: Next 3 Months

    Sean Lange (6/22/2012)


    Lynn Pettis (6/22/2012)


    Sean, why all the concatenation?

    That my friend is a might fine question. 😛 Sometimes the keyboard starts before the brain kicks in.

    Not only is your solution...

  • RE: The Redmond Agenda

    jeff.mason (6/22/2012)


    I still have seen nothing to convince me that regulatory requirements like HIPAA, SOX, FDA validation, et al can be safely supported in an external cloud. Internal, maybe,...

  • RE: Next 3 Months

    Also, my solution is based on your original post, If we were in june, I want to show June,July, August . This means the last record won't be...

  • RE: Next 3 Months

    Couple of minor issues with your code. I suggest you test your code in a sandbox database before posting.

    Here is one solution:

    CREATE TABLE #mytable

    ( ID INT PRIMARY KEY...

  • RE: Are the posted questions getting worse?

    I'm trying to decide if I should be happy or insulted, I mean really, Lynndrome? 😉 :w00t: 😛

Viewing 15 posts - 11,101 through 11,115 (of 26,486 total)