Forum Replies Created

Viewing 15 posts - 4,606 through 4,620 (of 5,841 total)

  • RE: new 64-bit Sql 2005 Server - integrity check completes then memory spikes 75% and doesnt lower

    Jeffrey Williams (8/19/2009)


    SQL Server will only release memory back to the OS when the OS needs that memory. On dedicated SQL Server machines - that will never occur. ...

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

  • RE: Reverse Engineer Huge Database (Table Relationship Diagram)

    I have used ERStudio for the better part of a decade. IIRC you can get (or used to could anyway) sql server specific licensing that is MUCH cheaper than...

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

  • RE: TempDb Placement

    joeroshan (8/19/2009)


    Thanks Grant. I got the point. I was asked how to place files for a new project and I actually did suggest that the safest bet was three different...

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

  • RE: Storing IPv4 Addresses for Performance

    hey, what about using 32 bit fields??

    just kidding

    😀

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

  • RE: Storing IPv4 Addresses for Performance

    Hey Jeff - I gotta ask: do you actually WORK for a living?? Maybe you get paid for what you know and not what you do at work?...

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

  • RE: Storing IPv4 Addresses for Performance

    You are correct Jeff - it was a very good article. Much better IMHO than much of what is put out on the web these days.

    As for your constructs,...

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

  • RE: Storing IPv4 Addresses for Performance

    Thanks for taking the time JS. Looks like a lot of the timing is in returning the results to the front-end (RTRIM much faster). But looks like overall...

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

  • RE: Storing IPv4 Addresses for Performance

    assuming completely random distribution of IP numbers for all octets (no idea if this is valid or not) then the average length of an octet is 2.57 if my math...

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

  • RE: Storing IPv4 Addresses for Performance

    Jean-Sebastien Carle (8/19/2009)


    TheSQLGuru (8/19/2009)


    The point would be exactly what your article was about - what offers the best performance. There is a chance that fixed storage will perform better...

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

  • RE: Storing IPv4 Addresses for Performance

    Jean-Sebastien Carle (8/19/2009)


    TheSQLGuru (8/19/2009)


    could you please redo your testing using a char(17) datatype instead of a varchar(17)?

    I'm not sure what would be the point since IP addresses (when used as...

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

  • RE: Storing IPv4 Addresses for Performance

    could you please redo your testing using a char(17) datatype instead of a varchar(17)?

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

  • RE: Best File Allocation Unit Size

    1) failure to do disk partition alignment can rob an IO subsystem of double-digit percentage throughput capability. In the worst case (pure 64K random IO) you can gain 100%...

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

  • RE: MIN and MAX memory settings for SQL 2005 in multiple instances

    I am not saying that it won't work, nor that there aren't valid reasons for having multiple instances. But consolidation for consolidation's sake is not one of them. ...

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

  • RE: Snapshot replication for large database

    I think there are better ways to 'sync' VLDBs than snapshot replication.

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

  • RE: SQL Server Training

    I have taught for TheLearningTree in the past. The have good curricula, good instructors and an amazing classroom/lab environment.

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

Viewing 15 posts - 4,606 through 4,620 (of 5,841 total)