Viewing 15 posts - 5,011 through 5,025 (of 6,026 total)
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...
December 14, 2012 at 7:36 am
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...
December 13, 2012 at 2:47 pm
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...
December 13, 2012 at 9:02 am
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,...
December 12, 2012 at 6:35 am
ranganathleo (11/29/2012)
December 4, 2012 at 12:44 pm
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...
December 3, 2012 at 8:27 am
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...
November 30, 2012 at 7:43 am
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...
November 21, 2012 at 7:38 am
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...
November 20, 2012 at 7:21 am
poratips (11/13/2012)
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...
November 13, 2012 at 4:04 pm
poratips (11/13/2012)
anad assign user to each Role...
November 13, 2012 at 1:14 pm
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...
November 13, 2012 at 8:16 am
poratips (11/6/2012)
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...
November 7, 2012 at 11:38 am
Eric M Russell (11/7/2012)
For example:
- If Col1 = 'A'...
November 7, 2012 at 8:03 am
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...
November 7, 2012 at 7:40 am
Viewing 15 posts - 5,011 through 5,025 (of 6,026 total)