Forum Replies Created

Viewing 15 posts - 5,806 through 5,820 (of 5,841 total)

  • RE: 64 Bit

    Lock pages in memory only works for the Enterprise version of SQL Server 2005.

    64bit processors will be faster for given clock rates because they move larger amounts of data/instructions through...

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

  • RE: Database Design for "order status"

    I have a GREAT implementation for you.  Use Binary Encoding.  With this mechanism, a single tiny/small/int field can represent multiple states at once.  Take a smallint.  Limit is +-32765.  Powers...

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

  • RE: Alert for New Database

    I have never yet been at a client that didn't have at least a half-dozen people with SA priviledges, so that (locking out db create permission) wouldn't work in any...

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

  • RE: Where are all the good SQL developers/DBA/DW developers?

    I agree with Noel and Scott.  I too have gotten all of my consulting clients via word-of-mouth referrals and also haven't had to update my resume in about 10 years. ...

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

  • RE: Where are all the good SQL developers/DBA/DW developers?

    I'm all for cross-over training!  One it can open your eyes to different methods you can use in your own domain and two it saves the company from the classic...

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

  • RE: Where are all the good SQL developers/DBA/DW developers?

    Loner, IMHO using an Oracle expert to bring up Hyperion on SQL Server (or do ANY consulting on SQL Server platforms) is a bad idea.  I am extremely good at...

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

  • RE: Where are all the good SQL developers/DBA/DW developers?

    I do some teaching as well as consulting so I come across a lot of people who work with SQL Server in some fashion or another, so I have a...

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

  • RE: How to solve the conflict between INSERT and DELETE

    Do you really execute the DELETE with no WHERE clause?  That simply can't be good/right.    And if it is, then you certainly don't...

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

  • RE: Growth of index file

    Be careful with dbcc dbreindex.  If you turn it loose against all tables/indexes you could wind up with a transaction log the size of Texas!  Check BOL and various other...

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

  • RE: Which is the best choice based on STATISTICS results?

    1) Be VERY careful comparing time runs between query executions.  You must flush both the RAM cache and Procedure cache between each execution (or do a few runs first if...

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

  • RE: Running out of disk space?!

    1) Run it on a different box.

    2) Add another disk.

    3) Create more free space on existing drive (delete files, esp IE crap and temp files, reconfigure recycle bin (this is...

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

  • RE: Index Tuning Advice SQL 2005

    1) To address your original issue of the sort taking so long to respond, indexing won't help unless it is clustered, and that would then only help when sorting THAT...

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

  • RE: SQL2000 Fast Query Slow Insert

    Continuing with Journeyman's post, try forcing the optimizer to use only non-parallel query plan on the INSERT by using the optimizer hint MAXDOP (I think it is called - check...

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

  • RE: Use Red-Gate''''s backup... and Go to Jail???

    Quote from article:  "

    All software is licensed on a per computer basis. For example, if you wish to use SQL Backup on more than one computer you will need an...

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

  • RE: Use Red-Gate''''s backup... and Go to Jail???

    Quote from article:  "

    All software is licensed on a per computer basis. For example, if you wish to use SQL Backup on more than one computer you will need an...

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

Viewing 15 posts - 5,806 through 5,820 (of 5,841 total)