Forum Replies Created

Viewing 15 posts - 5,056 through 5,070 (of 19,560 total)

  • RE: Optimize ad hoc workloads

    sqlfriends (2/5/2013)


    Thanks ALL.

    I read a tutorial and recommend this option should be enabled for all instances. Read and still a little confusing about when I should enable or disable it.

    I...

    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: Optimize ad hoc workloads

    GilaMonster (2/5/2013)


    SQLRNNR (2/5/2013)


    If you have a ton of one off types of queries - this can be helpful. The downside is that you may start seeing parameter sniffing and...

    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: compress backup

    It's really a preference for the most part.

    If it were me, I'd use compression in my backups from the start.

    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: Optimize ad hoc workloads

    GilaMonster (2/5/2013)


    Is google down again?

    Yes :crying:

    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: Optimize ad hoc workloads

    Ad hoc workloads is there to help with plan cache pollution. If you have multiple single use queries, a stub is saved instead of the entire plan. If...

    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: Avamar Transaction Log Backup Issue

    Steve Jones - SSC Editor (2/5/2013)


    SQLRNNR (2/5/2013)


    Expanding on Steve's script a little, here is one that I did:

    Show off

    :w00t:;-):cool::hehe:

    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: Avamar Transaction Log Backup Issue

    Expanding on Steve's script a little, here is one that I did:

    SELECT T1.Name AS DatabaseName

    ,ISNULL(t2.database_name, 'No Backup Taken') AS LogBackupAvail

    ,T1.recovery_model_desc

    ,'Log' AS BackupType

    ,ISNULL(CONVERT(VARCHAR(23), CONVERT(DATETIME, Max(T2.backup_finish_date), 131))

    , CASE WHEN T1.recovery_model_desc =...

    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: Avamar Transaction Log Backup Issue

    This was 2+ years ago. I don't recall the version. We did contact EMC and got nothing in return.

    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: DB File Extension

    jayoub1 (2/5/2013)


    Thank you very much for the help.

    Jeff

    You're welcome.

    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: An oddball survey, seeing as I'm looking at a new car...

    jasona.work (2/5/2013)


    Well, the choice was made yesterday, and the car picked up last night.

    Due to Subaru instructing their dealers: "Sell at MSRP and NO LOWER" on the BRZ, we got...

    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: An oddball survey, seeing as I'm looking at a new car...

    Ray K (2/5/2013)


    Lowell (2/1/2013)


    in my youth, i owned plenty of GM, Fords, even a Dodge or two...back then all i could afford was used cars, which are usually someone elses...

    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: I want to develop a SSRS report which shows the employees in respective departments.

    The way I like to do it in SSRS is start first with the tsql that will create your report dataset. So in this case, what is the tsql...

    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: Type conversions and Nulls

    Nice job with the question Tom.

    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: Identify All Reports That Have A Subscription Assigned??? (+ any underlying detail)

    Just connect to the database engine where your ReportServer database resides (no need to connect to reporting services in management studio).

    Run the query from within management studio pointed at your...

    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: Identify All Reports That Have A Subscription Assigned??? (+ any underlying detail)

    Are you using reporting Services 2008 or 2005?

    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 - 5,056 through 5,070 (of 19,560 total)