Forum Replies Created

Viewing 15 posts - 3,406 through 3,420 (of 3,559 total)

  • RE: Use Backup to Copy a DB

    What exactly does N'string' do? Is it really necessary?

  • RE: Is the Schema Still Needed?

    I liked the idea of developing and testing with your own "schema" before cutting across to a dbo implementation.

    It is not a facility that I commonly use and I don't...

  • RE: Distribution Statistics

    Reading through my old MS notes from SQL 6.5 days it appears that running UPDATE STATISTICS on a table will recreate all distribution statistics within an index. Moving forward...

  • RE: DBA's vs Developers

    Lee,

    quote:


    not every DBA -- not even every Oracle DBA 🙂 -- is so arrogant.


    It...

  • RE: Other databases

    I've used Notes. It is more of a document management system that an RDBMS.

    If you are storing documents then, obviously Notes is the way to go. ...

  • RE: DBA's vs Developers

    Age old problem, age old solution.

    There is never time to do it right but there is always time to do it over!

  • RE: Other databases

    quote:


    Not happy with Sybase? Curiosity impels me to ask, why not?


    It's more of a...

  • RE: Other databases

    Looking through the Wrox Press Book "Beginning PHP4 Databases" the comments that it makes on MySQL and PostGres are

    MySQL

    • Optimised for Reads only apps.
    • Doesn't support DRI.
    • Doesn't support views or stored...
  • RE: Distribution Statistics

    Thanks for this.

    I notice that the _WA_SYS stats count towards the 255 indices allowed on a table.

    There is an db option to autocreate these stats which defaults to "ON" as...

  • RE: DBA's vs Developers

    I've seen the military approach.

    I've heard a story about NASA spending millions to develop a pen that would write in space. The Russians provided their cosmonauts with pencils.

    The military...

  • RE: How to run a stored procedure as other user?

    Are you the system administrator?

    Get the system administrator to create a copy of that user explicitly for testing.

    As I said, this is a long winded approach. Use EM to...

  • RE: DBA's vs Developers

    I think alot depends on the size of your organisation and the culture.

    In a small to medium organisation it is possible to get to know most of the developers. ...

  • RE: How to run a stored procedure as other user?

    If you are using Windows Authentication then you have to log in as that user.

    If you are using SQL Authentication then Open SQL Query Analyser and connect to your database...

  • RE: dual PIII or P4?

    Don't forget the licensing issues!

    If your database is serving and internet/extranet/intranet then you will be using per processor licensing hence doubling your costs.

    What about single point of failure principles? ...

  • RE: Creative Backup Strategies

    I simply don't trust back-ups.

    The only problem I have with differential back-ups is what happens if one of your backups corrupts?

    OK, I know that 99 out of 100 times this...

Viewing 15 posts - 3,406 through 3,420 (of 3,559 total)