Forum Replies Created

Viewing 15 posts - 8,566 through 8,580 (of 19,560 total)

  • RE: Fragmentation and log shipping ??

    The secondary server should also be fragmented like the primary. Your updates, deletes, inserts are being transfered via logshipping to the secondary. Page splits that occur in primary...

    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: Best Practices for Scripting in SQL Server

    Elliott Whitlow (9/22/2011)


    I would create templates for sprocs, views, function and provide them to the DB developers. These templates would include the drop then create as well as 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: Custom SSMS Shortcuts for ETL Developer. Part 1: SELECT in a Keystroke

    Thanks for all the good suggestions.

    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: The Corrupt Vendor

    Tony++ (9/22/2011)


    Meals - questionable depending on the dollar value. Wine, tickets = out of the question.

    However, a squishy stress ball with the vendor's logo might work. Or a...

    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: how to store result of 1 sp into sp

    notoriousdba (9/22/2011)


    I'd typically use a temp table to pass a bunch of results to another sp, the way Ninja's_RGR'us suggested. But if you're stuck on passing the data in as...

    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?

    Grant Fritchey (9/22/2011)


    GilaMonster (9/22/2011)


    EXEC TotalChangeOfSubject

    SQL Server MVP Deep Dives 2 will soon be available for pre-order and early access via Manning publishers: http://www.manning.com/delaney/

    Chapter 8: "The how and why of Page...

    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?

    GilaMonster (9/22/2011)


    EXEC TotalChangeOfSubject

    SQL Server MVP Deep Dives 2 will soon be available for pre-order and early access via Manning publishers: http://www.manning.com/delaney/

    Chapter 8: "The how and why of Page Restores", Grant...

    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: package 2005 - job 2008

    The error indicates that the package is 2008 and trying to run on a lower version of SQL. Could you confirm your package is 2005 and not 2008R2?

    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!

    bcsims 90437 (9/22/2011)


    Dragon Warrior

    Jake Long?

    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!

    Daniel Bowlin (9/22/2011)


    Skadoosh

    Wooshoo Panda

    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: Data Flow, INT to Hours + DateTime

    If you are retrieving this from a SQL database, then why not do this calculation in SQL at the same time as retrieval?

    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 without listing all columns?

    I tend to agree with Celko on this one. This is a prime candidate for a redesign.

    That said, what are the differences between the two tables? How many...

    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: My Connection is fetching Partial Data while Log shipping is happening on Source Server

    Could you explain a little more what you mean by partial data?

    Is it that you are trying to fetch 10 columns and only 9 return?

    Or is it that you are...

    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?

    Jim Murphy (9/21/2011)


    Boy, I tune back in after a brief outage and the whole world is upside down.

    Y'all are speaking French, working in Oracle and Celko is offering...

    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: Union results

    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

Viewing 15 posts - 8,566 through 8,580 (of 19,560 total)