Re: sql query which has got 3 dynamic parameters
- From: Vic <vikrantp@xxxxxxxxx>
- Date: Mon, 25 Feb 2008 14:17:25 -0800 (PST)
On Feb 24, 2:18 pm, Ed Murphy <emurph...@xxxxxxxxxxxx> wrote:
Vic wrote:
There are many databases like TestData6061, TestData606, TestData607
Okay, you referred to these as tables earlier; I assume you're right
now, and were wrong then.
under which there are tables like 'accounting', 'fundstructures',
'transaction' etc and each of these tables will have 'New', 'Update'
and 'Delete' as the record action. So basically idea is to find out
the coverage for 'accounting' -> 'AccountingParameters' for 'New',
'Update' and 'Delete' by mapping TestData6061/accounting with
accounting and AccountingParamter related rows in SchemaFields
Again, are you intending to keep unclean data out of the database, or
allow it into the database so that you can subsequently figure out how
you want to clean it up? If the former, then you're re-inventing a
square wheel (table constraints).
What does the full structure of 'accounting', 'fundstructures', etc.
look like? Do they contain a current set of entities, or a list of
changes to that set? (Your description of "record action" suggests
the latter.) Would it be possible to merge these into a single table
with 'accounting', 'fundstructures', etc. as values in an additional
column? If not, then how does your per-table logic adjust to account
for the different set of columns in each table?
what exactly you mean by unclean data? I am not sure about that.
basically accounting, fundstructures, transaction contain a set of
records which are of type 'New', Update and Delete. Basically I don't
really care about the columns that are present in those tables all I
am interested in is how many test cases (count) I have for say
'accounting'-> 'AccountingParameters' for 'New', 'Update' and Delete.
I want to know the same thing (New, Update and Delete count) for all
the object classes (i.e. accounting, calendar, transaction ...) and
Object Types (each object class would have a bunch of object types
like accounting-> accountingparameters, accounting-
financialaccounting, accounting->lockdownpool).
- Follow-Ups:
- Re: sql query which has got 3 dynamic parameters
- From: Erland Sommarskog
- Re: sql query which has got 3 dynamic parameters
- References:
- sql query which has got 3 dynamic parameters
- From: Vic
- Re: sql query which has got 3 dynamic parameters
- From: Vic
- Re: sql query which has got 3 dynamic parameters
- From: Erland Sommarskog
- Re: sql query which has got 3 dynamic parameters
- From: Vic
- Re: sql query which has got 3 dynamic parameters
- From: Erland Sommarskog
- Re: sql query which has got 3 dynamic parameters
- From: Vic
- Re: sql query which has got 3 dynamic parameters
- From: Ed Murphy
- Re: sql query which has got 3 dynamic parameters
- From: Vic
- Re: sql query which has got 3 dynamic parameters
- From: Ed Murphy
- Re: sql query which has got 3 dynamic parameters
- From: Vic
- Re: sql query which has got 3 dynamic parameters
- From: Ed Murphy
- sql query which has got 3 dynamic parameters
- Prev by Date: Re: sql query which has got 3 dynamic parameters
- Next by Date: Re: DB size increase from SQL 2000 to 2005
- Previous by thread: Re: sql query which has got 3 dynamic parameters
- Next by thread: Re: sql query which has got 3 dynamic parameters
- Index(es):
Relevant Pages
|