Forum Replies Created

Viewing 15 posts - 10,906 through 10,920 (of 19,560 total)

  • RE: Is Mirroring a disaster recovery option at all ?

    Mirroring is considered HA. If you mirror across separate locations, you have created an opportunity where your mirrored database can be brought up at the secondary site in case...

    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: Resource Governer

    Here is the link that has the info on the default values for those fields.

    http://msdn.microsoft.com/en-us/library/bb934197.aspx

    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: Resource Governer

    Are we sure about that answer?

    http://msdn.microsoft.com/en-us/library/bb934013.aspx States:

    " Disabling Resource Governor has the following results:

    All existing workload group and resource pool settings are reset to their default values.

    "

    The default values for...

    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?

    Fal (3/1/2011)


    David Benoit (3/1/2011)


    Grant Fritchey (3/1/2011)


    Well do you want video or just pictures?

    Just don't put either on The Thread. Please... 😀

    Hey, I thought only code was barred on The Thread?

    Hmmm,...

    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: Capturing source of TempDB growth.

    There is a good article on the topic of file growth and how to find the root cause.

    Check out this article [/url]for some more ideas.

    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: No advantage to multiple data files on SAN?

    Table data is either in the Clustered Index (CI) or in a heap thus I shortcutted it to CI/Heap.

    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: proc on a view quicker than the same proc with table joins

    With the view being indexed, you have essentially materialized the data into a CI and thus you will see those performance gains because the data is in the CI 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: TOTAL

    based on info provided:

    Select textboxes52 + textboxes72 as SumTextBoxes

    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: proc on a view quicker than the same proc with table joins

    Is the view and indexed view?

    Also, is your logic between the view and the table joins the same (same filters in the where applied etc)?

    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: So many Subqueries....

    Looks like you probably have a bunch of inceptiondate values that are null.

    It also looks like your policyids are null in quite a few instances thus making the queries work...

    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: Installing Sql Server on new server

    Backup and restore your databases from the current server to the new server.

    You will need to migrate security (logins, users, certs,roles, proxies etc)

    You should script out your jobs and recreate...

    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!

    crookj (3/1/2011)


    CirquedeSQLeil (3/1/2011)


    John Rowan (3/1/2011)


    Sun + gods = Golf gods

    They must be Crazy

    Coke Bottle! 😀

    Joe

    Empty

    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: No advantage to multiple data files on SAN?

    Indianrock (3/1/2011)


    CirquedeSQLeil (3/1/2011)


    Indianrock (3/1/2011)


    Actually now I'm hearing that MPIO is not on. Systems is still looking into all of that. Each of the data and log files...

    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: No advantage to multiple data files on SAN?

    nevermind, I see that the answers are inline in the quote.

    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: No advantage to multiple data files on SAN?

    Indianrock (3/1/2011)


    Actually now I'm hearing that MPIO is not on. Systems is still looking into all of that. Each of the data and log files shown below...

    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 - 10,906 through 10,920 (of 19,560 total)