Forum Replies Created

Viewing 15 posts - 3,136 through 3,150 (of 15,381 total)

  • RE: Trigger for updates on a row using previous record value?

    Enjoy_SQL (3/12/2015)


    Why? Just put it in a VIEW! Wink

    The data is editable by the end-user - they can't directly edit a view can they? If yes, then my problem is...

  • RE: Dynamic SQL Truncating at 4K

    measterbro (3/12/2015)


    When I add a variable to my dynamic SQL the entire query is truncated at 4K. Without the variable it allows me to use the entire nvarchar(max) for the...

  • RE: C#.Net "message box" question

    Brandie Tarvin (3/12/2015)


    Wow. I can't believe it was that simple.

    Thank you, Sean. You're a life-saver.

    Excellent!!! I am glad I was able to help. And more importantly I am glad you...

  • RE: Update table query help

    The best way to deal with this would be properly normalized data. This seems to me like it should have a table for appointments with 3 columns (StartTime, Duration, AppointmentName).

    Then...

  • RE: C#.Net "message box" question

    No worries Brandie. I understand the frustration. You are so close and you are absolutely right that your void method isn't running. Two things you need to do. First, assuming...

  • RE: Consultant about like operator

    farax_x (3/11/2015)


    Sean Lange (3/11/2015)


    farax_x (3/11/2015)


    The point is I cannot determine word ! As I said consider i'm dev,il

    After replace it turns to "imdevil" ! Seprating charachters need artificial intelligence which...

  • RE: C#.Net "message box" question

    Brandie Tarvin (3/11/2015)


    I suddenly have this horrible feeling that the project isn't even making it to my void method.

    <headdesk>

    I had the dev sitting over my shoulder showing me stuff...

  • RE: C#.Net "message box" question

    Brandie Tarvin (3/11/2015)


    The thing is, I don't want to add text to my web page. I want a popup box to appear that I can click off and let the...

  • RE: C#.Net "message box" question

    Brandie Tarvin (3/11/2015)


    GAH.

    "A breakpoint could not be inserted at this location."

    And when I do find a place where I can insert a breakpoint, there is NOTHING in the immediate window....

  • RE: C#.Net "message box" question

    Brandie Tarvin (3/11/2015)


    Sean Lange (3/11/2015)


    Brandie Tarvin (3/11/2015)


    Phil Parkin (3/11/2015)


    Brandie Tarvin (3/11/2015)


    Phil Parkin (3/11/2015)


    What sort of C# app is this? Windows forms, console, web etc?

    Ummm... That's a good question. Where would...

  • RE: Removing...

    SQLAssAS (3/6/2015)


    unfortunately not! thanks though

    I don't quite understand the requirements here. How about a couple of examples for input and the desired output?

  • RE: C#.Net "message box" question

    Brandie Tarvin (3/11/2015)


    Phil Parkin (3/11/2015)


    Brandie Tarvin (3/11/2015)


    Phil Parkin (3/11/2015)


    What sort of C# app is this? Windows forms, console, web etc?

    Ummm... That's a good question. Where would I look to find...

  • RE: C#.Net "message box" question

    Brandie Tarvin (3/11/2015)


    Phil Parkin (3/11/2015)


    What sort of C# app is this? Windows forms, console, web etc?

    Ummm... That's a good question. Where would I look to find that information? (Someone else...

  • RE: Date Values selected by user is not received by the stored procedure ? Why

    mw112009 (3/11/2015)


    In the SSRS reporting interface I just changed the user input fields ( 2 of them ) to be datetime so that user can use the calendar control. That...

  • RE: Consultant about like operator

    farax_x (3/11/2015)


    The point is I cannot determine word ! As I said consider i'm dev,il

    After replace it turns to "imdevil" ! Seprating charachters need artificial intelligence which isnot related to...

Viewing 15 posts - 3,136 through 3,150 (of 15,381 total)