Forum Replies Created

Viewing 15 posts - 11,011 through 11,025 (of 19,560 total)

  • RE: Are the posted questions getting worse?

    Lynn Pettis (2/13/2011)


    I said I'd stay out of MasterBlasters thread, and I will. What he doesn't seem to get is that there was a better way to respond to...

    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: Today's Random Word!

    Peter Trast (2/16/2011)


    Never been in this thread before but here it is:

    Antidisestablishmentarianism

    Yes, it is a real word 🙂

    Pseudoantidisestablishmentarianism

    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: DTS package not working

    Have you been able to open and edit it in the past?

    Has the server been patched recently?

    If not has something been installed or uninstalled or otherwise changed on the 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: XP_CMDSHELL to get files in UNC path

    Have you tried setting up a proxy account for the job in sql agent?

    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: Random Recipes

    Gourmet Butter Toffee Popcorn Recipe

    Ingredients You Will Need:

    1 cup butter

    2 cups light brown sugar

    ½ cup corn syrup

    ½ teaspoon salt

    ½ teaspoon baking soda

    1 teaspoon vanilla extract

    1 cup whole pecans (or peanuts)...

    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: Redundant Indexes

    Try this to help quickly find where the exact and partial duplicate indexes are.

    -- Overlapping indxes

    with indexpartdups as (

    Select object_id As id, index_id As indid, name,

    (Select case keyno when 0...

    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: After rebuild job, Log shipping goes out of sync

    A couple of things you could do to minimize the log size and the effect on logshipping.

    Change your rebuild job so that it only rebuilds specific tables on certain nights...

    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: What is The Query Statment Can do that Logic

    ahmedhussein787 (2/16/2011)


    I Have ProductsDates table in

    (ID, ProductionDate,ExpiredDate,IsAvaliable,Product)

    1 , 2-1-2011 , 2-15-2011, false, Milk

    2 , 2-4-2011 , 2-8-2011,true,Cheese

    3 , 2-3-2011 , 2-5-2011,true,Coffee

    4 , 2-7-2011 , 2-13-2011,false,...

    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: VB Script to C#

    Is it mandatory to convert to C#, or could you convert it to Vb .Net?

    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: 70-431

    I would certify on SQL 2008 at this point.

    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: Calendar Tables III - Changing Business Rules

    Thanks for continuing the series.

    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: why the avatar picture you use

    Mine is mostly based on momentary whims.

    However the Running Rhino is very descriptive of me.

    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: Keywords

    Thanks for the question.

    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: Valentines Day

    What - this isn't about PostGres?

    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: Point-in-time restore

    Nice question.

    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

Viewing 15 posts - 11,011 through 11,025 (of 19,560 total)