exclusion

Best way to achieve exclusion matrix via query.

What is the best way to achieve this exclusion matrix via query. There are fixed number of products in a table and idea is if a product is sold to a customer (represented by row), the other products (columns) may or may not be sold based on the rule matrix below. The aim is to get products code which are allowed to sold for any given s...

NCover Exclusion Rules

I have a couple of questions related to NCover 1) I'm using MSBuild to build my project, in my .proj file I specify exclusions like so: Assembly /Testing.*/i true In terms of the exclusion type, if I have a .exe file would my pattern match it as well as a DLL? 2) Does NCover 2.1.0.0,...

Installshield Dynamic Links Question

Is there any way to exclude a folder that is located under a dynamic link in InstallShield? So I have a dynamic link that starts at PATH_A, and the following is a small example directory structure: PATH A --- PATH B --- PATH C (which contains files) --- PATH D (which contains files) --- PATH E (which contains files...

T-SQL Picking up active IDs from a comma seperated IDs list

I have two tables "Product" having following structure: ProductID,ProductName, IsSaleTypeA, IsSaleTypeB, IsSaleTypeC 1, AAA, N, N, N 2, BBB, N, Y, N -- active 3, CCC, N, N, N 4, DDD, Y, N, N -- active 5, EEE, N, N, N 6, FFF, N, N, N 7, FFE, N, N, N 8, GGG, N, N, N 9, HHH, Y, N, N -- active The second table "ProductAllowed" having ...

exclude resources from android:generate-sources

Could someone give me an idea about how to exclude using maven, some resources. I have a lot of languages in my project and I want to make build only for 3 languages for example. I have create the pom file and when I make the apk, all resources are copy by default(resources:resources,"Copying 122 resources"). Can I make in any way to cre...

NCover 1.5.8 / NCoverExplorer 1.4.0.7 manual exclusions are very flaky

I haven't yet installed my license of NCover 3, and am still running 1.5.8 on my build server. I am trying to exclude full assemblies and specific classes that I don't want included in the report, because they are artificially lowering the coverage results. In NCoverExplorer, I was playing around with the options because there is a cov...