Forum Replies Created

Viewing 15 posts - 1,246 through 1,260 (of 5,841 total)

  • RE: Alternative to CASE Statement for the below mentioned code

    I'm going to STRONGLY disagree with any notion anyone might have that putting this lookup stuff into a table (of any flavor) and joining to it in in a query...

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

  • RE: Moving tempdb log in an AlwaysOn AG

    That sounds like the way I would do it.

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

  • RE: Query/Performance Tuning Steps without help of profiler

    1) In my experience as a performance tuning consultant at lots of different clients of varying sizes, 95%+ of performance problems can be found with profiler with it's existing set...

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

  • RE: Query/Performance Tuning Steps without help of profiler

    1) Why can't you use Profiler? Aggregate profiler analysis is my single-most important tool as a performance tuning consultant!!!

    2) You can capture workload with extended events.

    3) sp_whoisactive is great...

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

  • RE: tempdb local drive ssd versus attached storage

    tcronin 95651 (3/4/2016)


    THis is a data warehouse with monster ETL's I have seen great things about the Fusion product. The fact is it is cheaper than adding the SSD...

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

  • RE: How do I find what process is making the server slow ?

    tony28 (3/3/2016)


    I didnt know about it... have to learn..

    Thanks

    Adam posted a 30-day blog post series on SQLBlog.com about all the ins-and-outs of sp_whoisactive. Read and learn.

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

  • RE: generate unique id for each row within a range

    I will say again that this is a perfect scenario for a SEQUENCE. It offers everything you are asking for and is very easy to use. Look it up...

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

  • RE: TDE - Impact on TempDB and other Unencrypted DBs in that Instance

    The few clients I have had use this feature went the simple route. I don't know a best practice here.

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

  • RE: TDE - Impact on TempDB and other Unencrypted DBs in that Instance

    No. It means precisely what it says. Nothing more and nothing less. Any data going into/out of tempdb, regardless of the source of that data, gets the encryption overhead. There...

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

  • RE: How do I find what process is making the server slow ?

    Alan.B (3/3/2016)


    Take a look at sp_whoisactive by Adam Machanic.

    +1000000

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

  • RE: generate unique id for each row within a range

    I'm with Jeff as usual on questioning the design decision/need here. But what you ask for seems tailor-made for SEQUENCEs, which are available in SQL Server 2012+.

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

  • RE: DB mirroring support MSSQL 2014

    It is confirmed here: https://msdn.microsoft.com/en-us/library/mt614935.aspx

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

  • RE: tempdb local drive ssd versus attached storage

    I love putting a heavily used tempdb on local SSD, especially if it is like FusionIO and bolted into a PCI slot.

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

  • RE: Trigger doesn't seem to work

    Just to reinforce how bad this logic flaw is, I had a client GO OUT OF BUSINESS because they did this - and I TOLD THEM IT WAS GOING TO...

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

  • RE: DB mirroring support MSSQL 2014

    Yes to all of what you said. And it is available on Standard Edition, as opposed to "Always On", although I think a dumbed-down version of that is being released...

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

Viewing 15 posts - 1,246 through 1,260 (of 5,841 total)