Forum Replies Created

Viewing 15 posts - 15,511 through 15,525 (of 19,560 total)

  • RE: Script to get an email when blocking & dead lock occures

    gmamata7 (4/1/2010)


    I have created the procedure that given in the link and executing as below

    exec sp_import_errorlog

    @log_name =errorlog,

    @log_number = 0,

    @overwrite = 0

    but getting the below error:

    Msg 213, Level 16, State 7,...

    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: DBCC CHECKDB

    GilaMonster (4/2/2010)


    Mani-584606 (4/1/2010)


    So is that normal to have low PLE while running DBCC CHECKDB?

    Absolutely. CheckDB reads every allocated page in the entire database, hence you're going to have 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: MAXDOP

    Paul White NZ (4/1/2010)


    CirquedeSQLeil (4/1/2010)


    Thanks for the links Paul.

    Actually, my advice is to read everything Craig F has ever written!

    Thanks - I will look into more of his stuff.

    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: DBCC CHECKDB

    Since a CHeckDB also performs a checktable (which checks all of the pages in the database), it would seem that it should drop the PLE very low. Somebody else...

    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: Foreign key constraints...WHY??

    See how this really isn't just a simple 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: The Missing Certification

    Lynn Pettis (4/1/2010)


    CirquedeSQLeil (4/1/2010)


    Correct. As a SQL Server Database professional. It shouldn't matter that you are a developer, BI Specialist, or Admin. Working with SQL Server is...

    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: SSIS package seems to do the intended job, but hangs/doesn't close without reporting errors

    Definitely add logging to the package.

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

    This package ends and terminates properly when run from bids?

    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 I copy a SQL Server 2005 Database to SQL Server 2008

    JC-3113 (4/1/2010)


    what is SQL RNNR ?

    Jim

    My blog and twitter handle.

    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 I copy a SQL Server 2005 Database to SQL Server 2008

    JC-3113 (4/1/2010)


    Hi Steve

    all my databases are on a Windows 2003 servere running SQl Server 2005 though

    Jim

    Which means you would have to update to SQL 2008. Steve recommended that you...

    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: SQL Server Memory Calculation

    Leon, I would recommend you follow the advice by Toby. Though User connections will take a nominal amount of memory, you need to scale for the application 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: Can I copy a SQL Server 2005 Database to SQL Server 2008

    This means that a database is working correctly on SQL 2008.

    You should do this in a dev environment first, then a UAT environment and test all of your applications.

    Once you...

    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: Foreign key constraints...WHY??

    None of these things are to be taken lightly. Each must be considered.

    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 find, when the login last used on SQL Server?

    sivaprasad (4/1/2010)


    I am performing audit of SQL Server Instances in our environment. I like to know how to find out the details of below. It applies to SQL 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: Foreign key constraints...WHY??

    Yes there needs to be foreign keys in the database. Furthermore, there needs to be indexes built on those keys.

    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 would fragmentation increases after index rebuild.

    What kinds of indexes are you seeing that actually increase in fragmentation?

    How many pages are on each of the indexes?

    What is the before and after fragmentation % level?

    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 - 15,511 through 15,525 (of 19,560 total)