Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 1,414 total)

  • RE: Automating Backup Monitoring Error

    you're welcome, good luck!

  • RE: Data conversion data validating using information_schema.columns

    Interesting proposition! Posting this for discussion's sake, use at your own risk!

    for each destination table TABLE_NAME, have a matching table TABLE_NAME_IMPORT with the same named columns.

    IF OBJECT_ID('tempdb..#COLUMNS_2_CHECK') is not null

    BEGIN

    DROP...

  • RE: Automating Backup Monitoring Error

    rollercoaster43 (4/9/2013)


    Hi All,

    I have created an stored procedure which uses thebelow select statement :

    select getdate(),'Old or No Backup At All For the database ' + s.dbname + ' no backup...

  • RE: Insensitivity: A Good Technique?

    Eric M Russell (4/8/2013)


    patrickmcginnis59 10839 (4/8/2013)


    Eric M Russell (4/5/2013)


    TravisDBA (4/5/2013)


    Eric M Russell (4/5/2013)So, an a-hole boss will inevitably surround himself with either a-hole subordinates or mediocre supplicants. Meanwhile the most...

  • RE: Joining with large table

    Amy.G (4/8/2013)


    I can't believe this. My query went from nearly 10 minutes to 2 seconds. I had this idea that the data had to be summed before joining. The dangers...

  • RE: Joining with large table

    Amy.G (4/8/2013)


    OK, thank you for the link on ancient ceramic toilets 😛 But anyway, you are asking why don't I just put it in a regular table? Correct? The...

  • RE: Link Server Connection

    tamil.selvanmca (4/8/2013)


    Sir,

    I am working in Medical college campus.They have 5 server in our campus.

    I have done a Port for...

  • RE: Joining with large table

    Amy.G (4/8/2013)


    I'm sorry, but I don't know what a bog is (relating to SQL, that is). I googled it, and didn't see anything obvious.

    "Bog Standard" http://en.wiktionary.org/wiki/bog_standard

    (idiomatic) Especially plain, ordinary, or...

  • RE: Joining with large table

    Just curious, what's the drawback of using a bog standard join using tables? (posting a wild guess at such a query :w00t:)

    SELECT grads.student_ID, grads.Lname, WAGES.SumWage, WAGES.SumHours

    FROM GRADS

    JOIN

    (

    SELECT year, quarter, ssn,...

  • RE: The Command Shell

    opc.three (4/8/2013)


    patrickmcginnis59 10839 (4/8/2013)


    mister.magoo (4/8/2013)


    patrickmcginnis59 10839 (4/8/2013)


    opc.three (4/7/2013)


    Jeff Moden (4/6/2013)


    Shifting gears a bit, you've been stressing the auditing aspect of things. What type of system auditing do you currently...

  • RE: The Command Shell

    mister.magoo (4/8/2013)


    patrickmcginnis59 10839 (4/8/2013)


    opc.three (4/7/2013)


    Jeff Moden (4/6/2013)


    Shifting gears a bit, you've been stressing the auditing aspect of things. What type of system auditing do you currently have setup on...

  • RE: Insensitivity: A Good Technique?

    Eric M Russell (4/5/2013)


    TravisDBA (4/5/2013)


    Eric M Russell (4/5/2013)So, an a-hole boss will inevitably surround himself with either a-hole subordinates or mediocre supplicants. Meanwhile the most talented people will simply walk...

  • RE: The Command Shell

    opc.three (4/7/2013)


    Jeff Moden (4/6/2013)


    Shifting gears a bit, you've been stressing the auditing aspect of things. What type of system auditing do you currently have setup on your machines?

    I do...

  • RE: Retrieve Latest and Previous Record

    Nice one Lynn, beats my multiple max operators hands down :w00t:

  • RE: Retrieve Latest and Previous Record

    LOL queue the experts to post a more elegant solution!

    Anyways, I'm just throwing this out there for discussion's sake, make sure you test any solution you develop for suitability for...

Viewing 15 posts - 1,396 through 1,410 (of 1,414 total)