Forum Replies Created

Viewing 15 posts - 16,141 through 16,155 (of 19,560 total)

  • RE: Are the posted questions getting worse?

    Paul White NZ (3/20/2010)


    ...nolock is a free lunch.

    Again, I blame the name.

    All new DBAs 'know' that blocking and deadlocking are bad (:doze:). Blocks and deadlocks are caused by locks....

    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: Database size Increased..

    Is the mdf still large? By the end of your post it sounded like the backups had reduced back to normal.

    Has somebody been reindexing?

    Has somebody been creating copies...

    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: Question of the Day for 21 Dec 2009

    petertrast (3/20/2010)


    I had my 14 year old solve it 😛

    I gave it to her without the SQL code and she did a standard alphabet/number decode... I am going to try...

    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: Question of the Day for 21 Dec 2009

    Tom.Thomson (2/8/2010)


    GSquared (12/21/2009)


    I had to decipher the code based on the usual methodology. I haven't seen the Frosty the Snowman movie since the 70s.

    I did the same...

    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: Answers to Your QOD

    petertrast (3/20/2010)


    And that is the reason that this forum is the only reason I visit every day. Lively, well-informed discussion is worth much more than the "points" we get 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: Statistics IO - Physical Reads in Prod vs Dev

    What does the transaction log for the database look like?

    How big?

    What is the autogrowth on it?

    How many vlfs are in it?

    Compare the t-log for both tempdb and the user database...

    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 2005 Performance tuning step by step

    Since you mention DMVs, you could start by looking for Glenn Berry's Dr. DMV Scripts.

    You could also take a look at the book by Grant Fritchey on execution plans.

    http://www.amazon.com/Server-Execution-Plans-Grant-Fritchey/dp/1906434026

    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: log shipping across different domains

    vikrambansal1 (3/19/2010)


    hi , i have to perform a log shipping configuration where the primary & secondary servers are hosted in different domains & at different cities. How should i setup...

    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?

    Paul White NZ (3/19/2010)


    And, at the risk of going on about this, READ COMMITTED can increase CPU usage by 50% compared to READ UNCOMMITTED, see http://sqlblog.com/blogs/alexander_kuznetsov/archive/2008/07/12/cpu-overhead-for-higher-isolation-levels.aspx.

    READ UNCOMMITTED gets a bad...

    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: Statistics IO - Physical Reads in Prod vs Dev

    Paul White NZ (3/19/2010)


    Jason,

    Kevin Bullen (3/18/2010)


    I've run SET STATISTICS PROFILE ON, the execution plan is the same on both servers.

    Seems to be, but I agree it would be interesting 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: Answers to Your QOD

    Paul White NZ (3/19/2010)


    CirquedeSQLeil (3/19/2010)


    I'll award back points later for everyone on this one since it's not really a fair question, but thanks for all the comments.

    That would be nice...

    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: Stored Procedure returns two tables

    sistemas_casinomnes (3/19/2010)


    This is my store procedure that returns two tables as result. Thanks for your help

    set ANSI_NULLS ON

    set QUOTED_IDENTIFIER ON

    go

    ALTER PROCEDURE [dbo].[PedidosSeleccionar]

    @idmasterpedido int=Null,

    @idsector int=Null,

    ...

    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 Management Studio 2008 can't list all tables under SQL2005 database

    Dan B (3/19/2010)


    This is exectued in ssms 2008 against a 2005 database.

    Server[@Name='XXXX']/Database[@Name='master']/Table[@Name='DeadlockEvents' and @Schema='dbo'] ...

    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: Shrink Database

    Yes that is the command we are referring 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: Need Table(s) Associated with Syslogins

    Paul White NZ (3/19/2010)


    CirquedeSQLeil (3/19/2010)


    I am going to post a blog on what I did with this script.

    Good idea. Should be an interesting read.

    Blog is posted.

    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 - 16,141 through 16,155 (of 19,560 total)