Forum Replies Created

Viewing 15 posts - 5,371 through 5,385 (of 9,399 total)

  • RE: Locating the mdf,log,and back up files?

    Maybe you're not looking in the right place. Try running this query:

    select name, type_desc, physical_name

    from sys.database_files;

    Then look in the path/file in the physical_name.

    Maybe the DBA didn't set...

  • RE: Annual Security Compliance Training

    djackson 22568 (8/21/2015)


    Reality - Company wants to implement a new software package that will handle payroll, HR, procurement, AP, AR and GL. Vendor tells company it will require 30...

  • RE: Annual Security Compliance Training

    I'm required to go through security training and take (and pass) a test every year. It isn't anything new and pretty basic stuff, considering what I do every day....

  • RE: Are the posted questions getting worse?

    Phil Parkin (8/21/2015)


    Luis Cazares (8/21/2015)


    Ed Wagner (8/21/2015)


    Brandie Tarvin (8/21/2015)


    Phil Parkin (8/21/2015)


    Ah yes, tried to take a sneaky shortcut. Needs to be fixed:

    and sjh.run_date >= (year(getdate() - 1) * 10000 +...

  • RE: handling odd date format

    Yes, a very good guess. That would be the simplest one to handle, so let's hope for that one. 😉

    So, the list is now:

    A. April 1981 (M/YYYY)

    B. April 19,...

  • RE: Are the posted questions getting worse?

    Luis Cazares (8/21/2015)


    Ed Wagner (8/21/2015)


    Brandie Tarvin (8/21/2015)


    Phil Parkin (8/21/2015)


    Ah yes, tried to take a sneaky shortcut. Needs to be fixed:

    and sjh.run_date >= (year(getdate() - 1) * 10000 + month(getdate() -...

  • RE: Remove duplicate row

    Another question is how to determine rows considered duplicates. Normally, this would be any row that has identical values in one column, but you're saying that 1234567 and 1234567A...

  • RE: handling odd date format

    Abhijit More (8/21/2015)


    Hi,

    I need to handle date format "41981". Please help!

    So what date does 41981 represent?

    A. April 1981 (M/YYYY)

    B. April 19, 1981 (M/DD/YY or M/D/YYYY)

    C. December 8, 2014 (Excel integer...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (8/21/2015)


    Phil Parkin (8/21/2015)


    Ah yes, tried to take a sneaky shortcut. Needs to be fixed:

    and sjh.run_date >= (year(getdate() - 1) * 10000 + month(getdate() - 1) * 100 +...

  • RE: Changes Needed

    As others have pointed out, if you're working on this query, you need to understand how it works. After all, you're going to be the one supporting it. ...

  • RE: Power tools

    I don't really use the BI tools much, but it was able to be researched. Thanks, Steve.

  • RE: Today's Random Word!

    djj (8/21/2015)


    Eirikur Eiriksson (8/21/2015)


    TomThomson (8/20/2015)


    whereisSQL? (8/20/2015)


    Luis Cazares (8/20/2015)


    DonlSimpson (8/20/2015)


    Curves

    Lines

    Parallel

    Euclid

    Relation

    Commitment

    Honor

  • RE: Today's Random Word!

    whereisSQL? (8/20/2015)


    BL0B_EATER (8/20/2015)


    Eirikur Eiriksson (8/20/2015)


    Ed Wagner (8/20/2015)


    djj (8/20/2015)


    DonlSimpson (8/19/2015)


    Ed Wagner (8/19/2015)


    Luis Cazares (8/19/2015)


    Revenant (8/19/2015)


    ZZartin (8/19/2015)


    whereisSQL? (8/19/2015)


    BL0B_EATER (8/19/2015)


    Water

    Conservation

    Fire

    Alarm

    Clock

    Time

    Fades

    Grave

    Dead

    Terminal

    airport

    Security

    Breach

  • RE: Are the posted questions getting worse?

    Jack Corbett (8/20/2015)


    Sean Lange (8/20/2015)


    I typically do it using t-sql myself but in this case SSIS just makes sense because the data is coming from so many places....

  • RE: Are the posted questions getting worse?

    Sean Lange (8/20/2015)


    Ed Wagner (8/20/2015)


    Sean Lange (8/20/2015)


    Agreed 100% that the other way should be an issue but seriously...the best part was I spent the better part of an hour trying...

Viewing 15 posts - 5,371 through 5,385 (of 9,399 total)