Forum Replies Created

Viewing 15 posts - 2,386 through 2,400 (of 5,841 total)

  • RE: Offsite Backups

    opc.three (9/7/2013)


    I have a client with a mission critical SQL Server serving local network and VPN users that wants offsite database backups. Compressed, the database backup is about 80MB, not...

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

  • RE: Too Much Unused Space A Performance Issue?

    The only thing I can think of that might be a performance effect of this is having data be physically "far apart" on disks, leading to a few extra milliseconds...

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

  • RE: multithreaded insert

    james marriot (9/6/2013)


    Im aware of the usual way of getting a multi threaded/process insert by utilizing heaps or partitioned tables and multiple insert statements, but if inserting into a heap...

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

  • RE: Inplace Upgrade from SQL 2005 Cluster to SQL 2012 Cluster

    I personally STRONGLY recommend to my clients that they avoid in-place upgrades, ESPECIALLY on clusters and ESPECIALLY ESPECIALLY when skipping THREE versions. There's just sooo many ways and places...

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

  • RE: performance

    Koen Verbeeck (9/6/2013)


    TheSQLGuru (9/6/2013)


    Personally I would not use INTERSECT. It is a relatively new operator in SQL Server and thus could be exposed to some bugs and/or not have...

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

  • RE: Impact of trace flag 272 on SQL Server 2012 apart from disabling identity jump

    ghoshal.soumyadeb (9/5/2013)


    By saying "You will get behavior of 2008 R2" are you including all the behaviors or just the IDENTITY property?

    I'm not saying anything. That was just a quote...

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

  • RE: performance

    Personally I would not use INTERSECT. It is a relatively new operator in SQL Server and thus could be exposed to some bugs and/or not have all the efficiency...

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

  • RE: Suggest Datatype

    Actually, doesn't SSIS interrogate some amount of rows (configurable?) and have the ability to "suggest" data types for inputs when you are building out transforms?? I am pretty sure...

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

  • RE: Suggest Datatype

    Since you are on SQL 2012, I wonder if something in the new Data Quality Services stack can do what you need. No idea about that personally.

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

  • RE: Upgrading from SQL 2008 R2 to SQL 2012 R2

    I always recommend full install too. Upgrade-install doesn't give me a warm-and-fuzzy at all.

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

  • RE: Impact of trace flag 272 on SQL Server 2012 apart from disabling identity jump

    I doubt very much you will find any benchmarking or other documentation on this trace flag. It would seem to be a "mostly-unsupported/undocumented" TF. I doubt you have...

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

  • RE: There is insufficient system memory in resource pool 'internal' to run this query"

    Hi Sandy! I see that you are new to SSC.com forums. Welcome! Please note that we try to not post to old items.

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

  • RE: Creating scalar functions in tsql

    do NOT use a scalar UDF if it or the place you are using it does data access. Read my chapter in the SQL Server MVP Deep Dives 2...

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

  • RE: Improving performance with INSERT statement

    GilaMonster (8/31/2013)


    Google: tally table (or dates table maybe)

    +100

    What kills you the way you are doing it is log buffer flushes. Google them too if you are interested. Tally...

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

  • RE: Trying to understand Cross Apply

    pietlinden (8/30/2013)


    Did you read Paul White's articles on the subject?

    http://www.sqlservercentral.com/articles/APPLY/69953/

    and

    http://www.sqlservercentral.com/articles/APPLY/69954/

    +100

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

Viewing 15 posts - 2,386 through 2,400 (of 5,841 total)