In a development project, dependencies between different requirements, as well as requirements and software artifacts, can be difficult to track and assess their impact due to the large number of them.
Other News
Oracle: Deferred Segment Creation And Tablespace Restrictions
(David Fitzjarrell) An interesting ‘problem’ surfaced a while ago, one where a user with zero quota on every tablespace could successfully create tables. Of course once it was time to insert data the inserts failed, but this was confusing the user creating the tables. The ‘problem’ stems from enabli
DB2 Fine-Grained and Row Access Control (FGAC/RCAC)
(Ember Crooks) DB2 10.1 introduced a new feature commonly called RCAC (Row and Column Access Control) or FGAC(Fine-Grained Access Control). This is a bit less labor intensive to support than LBAC (Label Based Access Control), and solves some of the problems with LBAC. It allows a finer level of acce
Non-materialized Data Sources
SQL Server has different kinds of non-materialized table objects. A materialized object is a table or indexed view which has physical representation stored on the disk. All other set techniques rely on materialized or static data in order to generate a set of data. CTE (Common Table Expressions) are useful in that they may contain multiple different expressions resulting in […]
SSWUGtv: What do you lose out on if you don’t negotiate your salary offer? Laura Rose has the answers.
Video Programming for IT Professionals Career management advice, coaching and much more. We discuss making the best of your professional development, provide specific tips and ideas for advancing your career and even answer questions from field.
Running Scripts Using an Operational Profile
(Owen Allen) I saw an interesting question recently about operational profiles. An Ops Center user wanted to run a script with several variables on several managed systems, with the variables having different values on each system, and they wanted to know the best way to do it.
Testing the Fastest Way to Import a Table into MySQL (and some interesting 5.7 performance results)
(Jaime Crespo) As I mentioned on my last post, where I compared the default configurations options in 5.6 and 5.7, I have been doing some testing for a particular load in several versions of MySQL. What I have been checking is different ways to load a CSV file (the same file I used for testing the c
How to Conditionally Filter the data in text file in Java
(Member 10843807) If you perform conditional filtering on text files in Java alone, you may meet the following problems:
SQL SERVER – Database Stuck in Restoring State
(Pinal Dave) Here is a one of the very common question I keep on getting via email.
Hand Coding Coded UI Test using Visual Studio 2013
(Gouri Sohoni) Code can be hand written in CUIT without the help of any code generator for Coded UI Test. In this article, we will see how to hand code Coded UI Test using Visual Studio 2013.

