Forum Replies Created

Viewing 15 posts - 2,791 through 2,805 (of 3,616 total)

  • RE: Does SQL = MySQL

    Like PHP, MySQL seems to have been written by a bunch of people who thought "what is missing from all web creation languages and how can we put all the...

  • RE: Visual Studio Integration

    As we all know the product as Yukon why not stick with that name?

    When you brand a product by the year of release even the name has obsolescence. If...

  • RE: Increase in DB size leads to slower response times of the application.

    OK, I worked on a database that had several million transactions per country per week appended to a database. I established a rule early on that said only one...

  • RE: Increase in DB size leads to slower response times of the application.

    My personal preference follows the 80:20 rule. 20% of the data caters for 80% of the needs. Therefore I prefer to have a small amount of live data...

  • RE: Maintenance Plan stops

    Has anyone changed the recovery mode of your database to simple?

  • RE: Hits and Misses

    Let us suppose that you develop on a case sensitive server and that development includes a substantial amount of data, that is, more than you would want to insert using...

  • RE: Changing attitude to technology

    I have to admit that I still look at an XML document as a posh version of a COBOL data division.

    I quite like the ideas behind OOP and when it...

  • RE: New Monitor

    My wife took one look at a 42" plasma screen and said "it takes up less room than our existing one and will require less dusting".

    What a woman!!!!!

    It's a shame...

  • RE: A Glimpse of XBOX2

    Will we be able to chip it and use it as a cheap web server

  • RE: Hits and Misses

    If the cache is case sensitive then surely this also has implications for sp_executesql?

  • RE: SQL Maintenance Plans

    I use them as they do 90% of what I want.

    I wish they were a bit more robust and/or had the facility to allow a stepped action if a particular...

  • RE: Drop or Delete.. which is better?

    Try TRUNCATE TABLE dbo.YourTable if you are not concerned with logging.

    I always script my databases but the problem with drop is where there are dependent views and stored procedures. ...

  • RE: What temporary table is better, physical, virtual or variable?

    Firstly, within TEMPDB your #tmpTable will be called something like tmpTable__________________345u3i5y3. It has to append the rubbish on the end because a # table is specific to your session...

  • RE: SQL Server CALS

    The bog standard install of SQL comes with 5 CALS, one of which is supposed to be the server itself.

    If your app is web based then you should be using...

  • RE: Truncate log on checkpoint

    If you rely on transaction log backups then you can't use it.

    If you are in a heavy production environment then you may want more control over the truncation of the...

Viewing 15 posts - 2,791 through 2,805 (of 3,616 total)