Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 5,841 total)

  • RE: Splitting TempDB - What's your experience?

    Since it wasn't mentioned in the original post I had assumed that temp object allocation wasn't an issue. I will also add that I have seen this only 3 times...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Splitting TempDB - What's your experience?

    Brandie Tarvin (5/21/2015)


    So we have new servers that are going to be installed with SQL 2012 and I'm debating the wisdom of splitting tempdb with multiple files.

    I know it's...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL 2012 always on

    Search SQLServerCentral for Perry Whittle Always On Staircase. Great series to get you pointed in the right direction.

    PLEASE do be careful though! Always On is chock FULL of caveats, limitations,...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Server 2012 - High Memory Usage

    OP: you have been going at this for several days now, with the loss of your SQL Server functionality clearly affecting your business operations. Right from the very start on...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Tuning SQL Server query

    GilaMonster (5/18/2015)


    TheSQLGuru (5/18/2015)


    And I agree, what about the SORT makes it so bad you want to get rid of it?

    Personally I can't even see where a merge join would be...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Server 2012 - High Memory Usage

    STAY AWAY FROM DTA!!!!!!!!!! I once had to spend over 200 man hours of my time unwinding the mess a client created with rampant use of it. They eventually made...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Tuning SQL Server query

    Quick review reveals Scalar UDFs, NOT INs and Functions Around Columns in WHERE clause. 2 of those 3 are BAD BAD BAD things todo in a query and the other...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Server 2012 - High Memory Usage

    Didn't read in close detail, but here is my take on some things:

    Several others beat me to it but I will add my hat to the ring of "you need...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: always on

    Zeal-DBA (5/18/2015)


    but in my production environment i have 4 DBs ... in which 3 DBs are publisher and one is subscriber.. all 3 DBs are replicating some of their objects...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Sql server random slow query

    mdsantos (5/15/2015)


    This is the QUERY constructed.

    declare @Destinations table (Destination nvarchar(50))

    insert into @Destinations (Destination)

    Select Distinct 'K2SQL:' + CODE collate Latin1_General_CI_AS as destination from Claims.dbo.t_usersEntityRelation A

    inner join (

    ...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: AG trouble shoot

    Having HyperV in the mix just adds to the things that can be misconfigured or go sideways.

    Can I ask why Always On was used without someone at the company that...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Update takes too long

    When I want to just measure server performance I put all outputs from a select directly into variables. Then no return to SSMS no matter how many rows affected.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: AG trouble shoot

    Only a few things that can cause heartbeat to be missed I would think. Check and recheck your configuration. Obviously simplest thing is direct crossover cables on dedicated NICs. Have...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Advantages Over SQL SERVER Always on over Clustering

    Arjun SreeVastsva (5/14/2015)


    what is advantages of Always On over SQL Server Clustering

    1) Don't need shared storage is the most prominent advantage for most I think.

    2) Can set up readable-secondaries....

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: AG trouble shoot

    I think this is usually a Listener type issue. But AlwaysOn is COMPLEX and there is no telling what is messed up on your system. Did you test failover before...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 1,516 through 1,530 (of 5,841 total)