Forum Replies Created

Viewing 15 posts - 2,581 through 2,595 (of 5,841 total)

  • RE: multiple instance failover solution

    timscronin (4/26/2013)


    I need to create a solution for a mutl instance (needed by 3rd party app) 2012 failover solution. I will have 2 physical high end servers (128 gig...

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

  • RE: Query is still taking same time.

    I have seen quite a few refactors addressing huge logical reads from nested loops on lots of rows (bad estimates usually the root cause) changed to scans and hashes taking...

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

  • RE: Page life expectancy diving to sub-10 on a 128 GB server

    That's just FUBAR right there!! :w00t:

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

  • RE: Page life expectancy diving to sub-10 on a 128 GB server

    That's an awesome discussion of some very deep scalability issues!! I look forward to the blog post!

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

  • RE: Page life expectancy diving to sub-10 on a 128 GB server

    allmhuran (4/24/2013)


    TheSQLGuru (4/24/2013)


    Head pulled, and I have you on my list of posters who really know their SQL engine! 🙂

    My apologies, I have been off the forum for a while...

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

  • RE: Page life expectancy diving to sub-10 on a 128 GB server

    Head pulled, and I have you on my list of posters who really know their SQL engine! 🙂

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

  • RE: NUMA and PLE on SQL Server 2012

    allmhuran (4/24/2013)


    Having said that, in my opinion 2008R2 running on half the hardware was performing than 2012 RTM.

    WOW! That's quite a statement!! :crying:

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

  • RE: Slow performing query!

    Abu Dina (4/23/2013)


    Thanks Kevin. I wil try the join hints and report back

    Here is one of the CLR TVFs I use to score Email addresses:

    using System;

    using System.Data.SqlTypes;

    using Microsoft.SqlServer.Server;

    using System.Net;

    using System.Data.SqlClient;

    using...

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

  • RE: Slow performing query!

    Abu Dina (4/23/2013)


    TheSQLGuru (4/23/2013)


    Abu Dina (4/22/2013)


    GilaMonster (4/22/2013)


    Why are you joining on a hash of several columns in the first place?

    Record linkage.

    How else would you do this if you want looks...

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

  • RE: Slow performing query!

    Abu Dina (4/22/2013)


    GilaMonster (4/22/2013)


    Why are you joining on a hash of several columns in the first place?

    Record linkage.

    How else would you do this if you want looks for duplicates where...

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

  • RE: No performance gain on queries on different servers with considerable hardware change

    Sanz (4/15/2013)


    I have a dedicated Server for SQL Server. SQL Server runs on SQL Server 2008 Standard edition with SP2 applied. The machine is a 64 bit windows machine with...

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

  • RE: Very interested to know what can be done in the case of a long running select query

    Table variable? User Defined Function? Up-to-date stats? CTE(s)? Improper datatypes? Incomplete join or valid join that has Cartesian? UDFs and Cartesians are my best guess. Will need to...

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

  • RE: Compatibility of streaming aggregate operator and partitioning.

    I am glad you saw this one Paul! I didn't think anyone else could give as clear of a description of why the OP was getting the observed behavior.

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

  • RE: Enabling Always On availablity :Couldn't enable the option

    You REALLY CANNOT do clustering or "always on" based on some forum posts. PLEASE do yourself a favor and get some professional help!!

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

  • RE: The Elusive Conditional WHERE Clause

    I concur Craig. Rigorous testing will ABSOLUTELY prove that the OR stuff is MUCH worse performing than a dynamic sql solution over the full variety of input values. ...

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

Viewing 15 posts - 2,581 through 2,595 (of 5,841 total)