Viewing 15 posts - 5,176 through 5,190 (of 6,026 total)
Data Reconciliation can involve things like identifying the uniqueness, completeness, and validity of records. That logic may not be part of the injest, but rather a process that analyzes and...
April 6, 2012 at 4:28 pm
I read the 2nd edition of this book several years back. It's not about how to use BI tools at all, but rather more about how to apply data mining...
April 6, 2012 at 9:56 am
As a result of updates, heap (nonclustered) tables can accumulate a type of fragmentation called "Forwarded Records". If the updated row incrases in length and SQL Server can't fit it...
April 6, 2012 at 8:16 am
Regarding the issue of how to implement a rollback when deploying DDL/DML scripts, I'd prefer to deploy major changes (altering or bulk updating large tables) at an off hour with...
April 6, 2012 at 7:36 am
mohan.bndr (3/29/2012)
I am going to handle new project in my org., before that i need to know technlogies,versions,application softwares and databases etc. that they are using. So I require help...
April 5, 2012 at 3:55 pm
April 5, 2012 at 1:43 pm
Seeing the shattered remains of all these businesses in the wake of a tornado or hurricane is also a reminder of the importance of off-site backups. Insurance will cover the...
April 5, 2012 at 1:27 pm
Grant Fritchey (4/5/2012)
April 5, 2012 at 1:00 pm
If you can implement this requirement as a table check constraint, then that would perhaps be the best solution, because it would involve no programming work arounds. For example, let's...
April 5, 2012 at 12:51 pm
I use TFS, but up until about three years ago, I was still using Visual Source Safe 6.0. It was good enough for versioned source control, which is why it...
April 5, 2012 at 9:13 am
It's a heck of a lot earier and cleaner to install guard rails around the edge of a bridge to prevent people from leaping, than it is to install a...
April 5, 2012 at 8:42 am
I maintain DDL scripts for each object in the database. I don't maintain a series of incremental change scripts, but rather there is one script per object. Typically, the script...
April 5, 2012 at 8:03 am
S_Kumar_S (4/5/2012)
April 5, 2012 at 7:30 am
S_Kumar_S (4/3/2012)
Now during development( I am talking about development environment here, no production),...
April 4, 2012 at 7:47 am
n00bDBA (4/3/2012)
I just don't want to start asking around and saying im planning on doing this super great thing.. then fail horribly at it! I work in a...
April 3, 2012 at 9:36 am
Viewing 15 posts - 5,176 through 5,190 (of 6,026 total)