Forum Replies Created

Viewing 15 posts - 16,111 through 16,125 (of 19,560 total)

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/22/2010)


    CirquedeSQLeil (3/22/2010)


    Going on 15 for me. Feels like about 5 - until I try to remember details of those early years. It's hard to remember facts...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Alvin Ramard (3/22/2010)


    Well, I'm going to try and get myself to finally take one of the MS Exams.

    I'm going to see if I can prepare myself for: 70-433 Microsoft SQL...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    tstaker (3/22/2010)


    Anyone have anything funny, interesting or weird to talk about today? I'm bored.

    Scenario: Backup prod and restore to a "reporting server." Usage on the reporting server...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Luke L (3/22/2010)


    Gianluca Sartori (3/22/2010)


    tstaker (3/22/2010)


    Anyone have anything funny, interesting or weird to talk about today? I'm bored.

    A consulting company here installed a SQL clustered Server with two nodes...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Alvin Ramard (3/22/2010)


    Lynn Pettis (3/22/2010)


    GSquared (3/22/2010)


    tstaker (3/22/2010)


    Anyone have anything funny, interesting or weird to talk about today? I'm bored.

    My main subjects of conversation so far today have been politics...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (3/22/2010)


    tstaker (3/22/2010)


    Anyone have anything funny, interesting or weird to talk about today? I'm bored.

    A consulting company here installed a SQL clustered Server with two nodes and they...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (3/22/2010)


    tstaker (3/22/2010)


    Anyone have anything funny, interesting or weird to talk about today? I'm bored.

    A consulting company here installed a SQL clustered Server with two nodes and they...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Dynamically name report/file export in SSRS

    Nice article.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Can SSIS Jobs be monitored

    Your monitoring job would run a script to check the job tables in the msdb database.

    (sysjobhistory check the run_status column)

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Update column value using INSERT INTO query

    Try the following:

    with increment as (

    SELECT A.AB_Id, A.Priority, A.Analysis_Code

    ,row_number() over (order by a.ab_id) as Test_Sequence

    FROM dbo.LSR_Prepare A

    LEFT OUTER JOIN dbo.LSR_Pass B

    ON A.AB_Id = B.AB_Id

    AND A.Priority = B.Priority...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Can SSIS Jobs be monitored

    Yes you could do that. One method is to create another job that fires off every so often. The job will check the status of each of the...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Statistics IO - Physical Reads in Prod vs Dev

    Thanks

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Policy Based Management

    Nice Question. I had to think about it for a minute.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: QOD Improvement to question creation page

    I think those are fair checks.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: '%' has more columns that were specified in the column list

    dpelan (3/22/2010)


    I got it to work. Thanks to all for the advice.

    One last quick question.

    What did you do to resolve it?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 16,111 through 16,125 (of 19,560 total)