Forum Replies Created

Viewing 15 posts - 2,956 through 2,970 (of 5,841 total)

  • RE: RAID configuration for SQL Server 2008 Database with 8 hard disks

    This is a one-year-old thread. Please start new threads, even if they are similar topics.

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

  • RE: SQL request performance problem

    I didn't read the umpteen replies to the OP, but ANY TIME I see "ran slow the first time and very fast the second time" I IMMEDIATELY think the IO...

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

  • RE: Faultfinding possible I/O issues

    SQLIOSIM is the tool to use to validate that an IO subsystem will properly handle SQL Server IO-style workloads.

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

  • RE: Find Oldest Row Per Group?

    Sean Lange (4/24/2012)


    As another thought you should read this article about using the nolock hint.

    http://sqlblog.com/blogs/andrew_kelly/archive/2009/04/10/how-dirty-are-your-reads.aspx

    Basically, you should not use it, ever. Dirty reads can be acceptable in some situations...

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

  • RE: Record Delete is slowing server

    It seems that once again people went with partitioning without really understanding what it can (and cannot) do for them. If you statement is true that you are partitioned...

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

  • RE: Generating Test Data: Part 2 - Generating Sequential and Random Dates

    Hey Jeff, can you put a downloadable file with the relevant operational code parts of the post? Thanks in advance, and wonderful stuff as always!

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

  • RE: performance of join across linked server

    >> No one can fault a DBA for saying "look I did the research, reviewed the doc and followed the best practice recommendation from Microsoft".

    I absolutely can, and...

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

  • RE: performance of join across linked server

    Dev (4/24/2012)


    I am not arguing on Paul’s capabilities (and your suggestion as well). I just wanted to say that OP is particularly looking for MS reference.

    Unlike Lynn, I DO know...

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

  • RE: how to do Partitioning on Existing table in SQL Server 2008R2

    <RANT ON>

    To anyone interested in using SQL Server partitioning, LISTEN UP:

    SQL Server partitioning is a COMPLEX subsystem with MANY gotchas, requirements, provisos, etc!!! You CANNOT POSSIBLY HOPE TO BE...

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

  • RE: performance of join across linked server

    You may be onto something with the settings for linked server being different. But also make sure you updated all statistics in 2008 database with a FULLSCAN. This...

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

  • RE: Best way to select a large amount of data?

    ricardo_chicas (4/23/2012)


    Hello all

    actually all I did was to reate a loop that read the data 10000 records at the time, that allow me to use one of the main indexes...

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

  • RE: SQL Server 2012 - Column Store Index

    Jeff Moden (4/22/2012)


    I have to ask... since you have to drop and recreate the ColumnStore Index to update the underlying tables, does anyone have any specs on how long it...

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

  • RE: Very slow Delete from table with large BLOB data

    With that small number of rows and rows-to-delete, I am guessing you were simply blocked. Run sp_who2 active while you are trying to do the delete to see who...

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

  • RE: URGENT PLEASE Got a SQL Scenario to solve

    vm.chowdary85 (4/14/2012)


    hello everyone.

    i got a scenario like this i got 5 parent tables and 30 child tables in the source using SSIS control flow and data flow i need...

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

  • RE: Search billions of records from multiple tables

    >>EDIT: And if none of what I said makes sense, it's time to bring in an outside consultant who can help you with this. This is too large of a...

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

Viewing 15 posts - 2,956 through 2,970 (of 5,841 total)