Forum Replies Created

Viewing 15 posts - 4,786 through 4,800 (of 5,841 total)

  • RE: Relying on tuning advisor for indexing

    I will take the opposite end of the spectrum and say that DTA should be avoided at all costs by anyone without significant knowledge of SQL Server and indexing strategies...

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

  • RE: SQL Server 2005 Uses more RAM

    >>As was mentioned earlier, SQL Server will allocate as much RAM as it can. This can often cause problems because SQL neither knows nor cares about other processes on...

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

  • RE: Hidden RBAR: Triangular Joins

    >>Ditto ISO standard data. If there is an international standard use it.

    If there is no international standard conform to an industry standard

    >>

    I will take the contrary position here. ...

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

  • RE: Hidden RBAR: Triangular Joins

    Peso (1/22/2009)


    With SQL Server 2008

    CREATE NONCLUSTERED INDEX IX_MyBitField ON MyTable (MyBitField)

    WHERE MyBitField = 1

    I was wondering if someone would bring up filtered indexes for this scenario. It certainly seems...

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

  • RE: Hidden RBAR: Triangular Joins

    Joe Celko (1/22/2009)


    Did you know that CURRENT_TIMESTAMP has worked in SQL Server for several release now? The only excuse for talking like a hillbilly is "job security programming" or...

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

  • RE: Hidden RBAR: Triangular Joins

    Charles Kincaid (1/22/2009)


    TheSQLGuru (1/22/2009)


    No, he said and meant getdate() because this is a MICROSOFT SQL SERVER ONLY FORUM!

    That's why my FoxPro can't Access the Oracle. How can I make...

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

  • RE: Hidden RBAR: Triangular Joins

    >>Any DBA who thinks an index on a bit field is a good idea.

    You have a billion row table, with from 0 to 100 rows at any one time having...

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

  • RE: Hidden RBAR: Triangular Joins

    Joe Celko (1/22/2009)


    getdate()?? Didn't you mean to say CURRENT_TIMESTAMP? We want to use all the ANSI/ISO stuff that Microsoft will give us instead of UNIX dialect museum exhibits....

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

  • RE: Page/Sec seem a little high?

    25-50 pages/sec isn't bad. As long as avg disk sec/read and avg disk sec/write aren't troublesome your IO is probably doing OK.

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

  • RE: Hidden RBAR: Triangular Joins

    GSquared, I think you are off-base on many fronts.

    1) Again, just because someone can't or won't design/write optimal software does not mean he/she should not be working in...

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

  • RE: Hidden RBAR: Triangular Joins

    So, please avoid the ad hominem. If you have an example, from your "real world", where customers are perfectly happy with web pages that don't work, where poorly researched,...

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

  • RE: Hidden RBAR: Triangular Joins

    >>Which regular expression system? grep(), sgrep(), xgrep(), POSIX, et al? Now, if I had Standard SQL there would be the SIMILAR TO predicate which is based on the POSIX...

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

  • RE: Hidden RBAR: Triangular Joins

    1) some one said this "Your point is to design it for 6 MILLION products right from the start. And I agree. ". Meanwhile, while your group is...

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

  • RE: Hidden RBAR: Triangular Joins

    Joe Celko (1/19/2009)


    >>I'm also somewhat wary of CLR stuff. Its fine for simple stuff and scalar functions but for more complex stuff such as the new geographic types in...

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

  • RE: Hidden RBAR: Triangular Joins

    Again... I just don't understand what you're trying to tell me and why I should "drop the set based mantra for 30 seconds". The cursor is slower than...

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

Viewing 15 posts - 4,786 through 4,800 (of 5,841 total)