Forum Replies Created

Viewing 15 posts - 2,791 through 2,805 (of 9,715 total)

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

    Phil Parkin (3/11/2015)


    Try adding a couple more statements:

    switch (name) {

    case "Job1": this.DTDQC.Src = Page.ResolveClientUrl(imagename);

    break;

    case "Job2": this.XMEDPTX.Src = Page.ResolveClientUrl(imagename);

    break;

    default:

    MessageBox.Show("hello, how are you");

    break;

    ...

    Nope. "The name 'MessageBox' does not exist in the current...

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

    There is no indication of an error on the previous line.

    I've tried to put it into a void method that calls a SQL proc.

    void findstatus ()

    ...

  • RE: Are the posted questions getting worse?

    GilaMonster (3/11/2015)


    Brandie Tarvin (3/10/2015)


    SQLRNNR (3/10/2015)


    Jack Corbett (3/10/2015)


    SQLRNNR (3/9/2015)


    Jack Corbett (3/9/2015)


    Grant Fritchey (3/9/2015)


    By the way, Gianluca is a giant.

    So this means if and when I meet Gianluca...

  • RE: Are the posted questions getting worse?

    SQLRNNR (3/10/2015)


    Jack Corbett (3/10/2015)


    SQLRNNR (3/9/2015)


    Jack Corbett (3/9/2015)


    Grant Fritchey (3/9/2015)


    By the way, Gianluca is a giant.

    So this means if and when I meet Gianluca he'll have to...

  • RE: Are the posted questions getting worse?

    Jack Corbett (3/9/2015)


    FYI - if you want to speak at the PASS Summit you only have one more week to submit. I submitted 3 sessions this past...

  • RE: SUM OVER() coming up with different values than CTE query

    dwain.c (3/8/2015)


    I tend to avoid the SUM() OVER and related functions for another reason.

    The Performance of the T-SQL Window Functions[/url]

    Except in cases where a query is really complex already and...

  • RE: SUM OVER() coming up with different values than CTE query

    Turns out I have 244 rows that are sorta duplicated (dups, but not true dups when I look at some of the more unique columns).

    So this means there is yet...

  • RE: SUM OVER() coming up with different values than CTE query

    Eirikur Eiriksson (3/6/2015)


    Quick thought, the difference is mainly that the first code snip implies a group by which translates to a distinct aggregation of each set members by group, the...

  • RE: Joining to tables with bad data

    ps_vbdev (3/5/2015)


    I have a table that holds product prices. It was originally designed to hold historical price values of products but this was abandoned after a few years. So now...

  • RE: Are the posted questions getting worse?

    SQLRNNR (3/5/2015)


    dwain.c (3/5/2015)


    Is it just that it's been so long that I haven't posted one, or does the Article Contribution Center (article editor) not play well with IE11?

    I would say...

  • RE: Are the posted questions getting worse?

    dwain.c (3/5/2015)


    Is it just that it's been so long that I haven't posted one, or does the Article Contribution Center (article editor) not play well with IE11?

    I haven't tried it...

  • RE: Are the posted questions getting worse?

    rodjkidd (3/4/2015)


    Brandie Tarvin (3/4/2015)


    rodjkidd (3/3/2015)


    Brandie Tarvin (3/3/2015)


    rodjkidd (3/3/2015)


    Welcome home Lynn. Enjoy!

    a few hours to kill in London then off to the Excel centre to help with setting up and bag...

  • RE: Weird SQL Job schedule behavior

    GilaMonster (3/3/2015)


    Brandie Tarvin (3/1/2015)


    He changed the schedule to pick up starting tomorrow (3/2/2015)

    Starting three years ago tomorrow, you mean? 🙂

    DOH. I didn't even see 2012. I looked at that...

  • RE: Are the posted questions getting worse?

    rodjkidd (3/3/2015)


    Brandie Tarvin (3/3/2015)


    rodjkidd (3/3/2015)


    Welcome home Lynn. Enjoy!

    a few hours to kill in London then off to the Excel centre to help with setting up and bag packing, etc.

    Safe trips...

  • RE: Are the posted questions getting worse?

    Ed Wagner (3/3/2015)


    Brandie Tarvin (3/3/2015)


    Ed Wagner (3/3/2015)


    Brandie Tarvin (3/3/2015)


    Ed Wagner (3/3/2015)


    Brandie Tarvin (3/3/2015)


    Not to be weird, but...

    YAY! I HAVE MY FIRST SUSPECT DATABASE!

    It's a non-prod reporting database that doesn't get...

Viewing 15 posts - 2,791 through 2,805 (of 9,715 total)