Forum Replies Created

Viewing 15 posts - 5,011 through 5,025 (of 6,026 total)

  • RE: Deployment Failures

    Database deployments have unique challenges like: altering or dropping/recreating schemas while preserving existing data, object dependencies, schema variations between development, QA, UAT, and production.

    However, the most problematic issue is...

  • RE: Cloud Concerns

    Database cloud services in 2012 are sort of like web application frameworks back in 1996; the basic technology infrastructure is there, but folks are still debating about what to do...

  • RE: Cloud Concerns

    Just as cell phone providers have been using aggressive marketing and competitive pricing plans for decades, perhaps cloud database providers will also use highly publicised outages and security breaches to...

  • RE: Reduce database size

    A lot of the advise here is appropriate for a production database (don't shrink the files, etc.) where the goal is to preserve restore history and optimize performance.

    However,...

  • RE: Reduce database size

    ranganathleo (11/29/2012)


    Have been asked by a customer to reduce the database size to latest 10% of its data. Not sure how to achieve this. Any help regarding this would be...

  • RE: Staging Deployments

    David.Poole (12/2/2012)


    ...

    Go-live doesn't particularly worry me, it is roll back that causes me to tuck my trousers in my socks so no-one can see I'm scared.

    When we submit change orders...

  • RE: Staging Deployments

    If an application is loosely coupled (if the term is appropriate here) with the database using stored procedures, web services, and meta-data configuration, then even significant changes to the database...

  • RE: A Tool for the Job

    David.Poole (11/21/2012)


    Darren Wallace (11/20/2012)


    Ultimately any task where you care more about high speed and low cost than you do about consistency is a great candidate for NoSQL.

    Anyone have a view...

  • RE: A Tool for the Job

    SQL Server has actually had NoSQL data storage and analysis products bundled with it for over a decade. Take for example, Analysis Services. People don't generally think about OLAP products...

  • RE: How to copy production DB into New Developmant Database?

    poratips (11/13/2012)


    Hi,

    I have few more questions too.

    I have also few Databases coming from one DB server and other one DB coming from other DB server so I will...

  • RE: How to copy production DB into New Developmant Database?

    poratips (11/13/2012)


    I will be building brand new test enviornments ans need to restrict user for security purpose so need to create Group for each Role

    anad assign user to each Role...

  • RE: Too Much Data

    Practically all of the really large databases I've worked with in the past could have benefitted from better normalization and data type usage. For the most part, I think that...

  • RE: How to copy production DB into New Developmant Database?

    poratips (11/6/2012)


    Thanks So much.

    I have another situation that my developer wants some tables from Prodction DB server to their desktop m/c.

    We have already sql express installed and Database and tables...

  • RE: Savvy Managers

    Eric M Russell (11/7/2012)


    When it comes to data quality in large enterprise organizations, what's essential is that the rules be formally documented (before development begins).

    For example:

    - If Col1 = 'A'...

  • RE: Savvy Managers

    When it comes to data quality in large enterprise organizations, what's essential is that the rules be formally documented (before development begins).

    For example:

    - If Col1 = 'A' then Col2 must...

Viewing 15 posts - 5,011 through 5,025 (of 6,026 total)