Forum Replies Created

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

  • RE: Tool for DATA MODELLING

    I too have used ERStudio for years now. Good tool. It can get expensive, especially if you get cross-platform licenses. If you are sql server only they...

  • RE: OS pages per second very high on database server

    checkai (1/30/2009)


    I am currently experiencing some issues as well. Attached is a view of task manager on the server.

    RAM: 3.25GB

    CPU: Intel Xeon 5150, 2.66GHz

    Windows Server 2006 Std Edition

    SQL Server 2005...

  • 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...

  • 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...

  • 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. ...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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....

  • 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.

  • 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...

  • 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,...

  • 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...

  • 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...

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