Question : SQL Statement to exclude certain criteria

I am writing a SQL Statement, however, that gives me back results with number of days. I need to exclude anything that is 0 days or N/A.

I tried writing LeadTime > '0', but it only then gives me those with N/A and not even those with 1 or more days.

Thank you in advance.

Answer : SQL Statement to exclude certain criteria

For your scenario, I think  you can do one setup project with the basic install and other setup projects for medium and large install.

Note: (1) You can add an extra dialog to specify the version type, but how can you stop the user to install the large version?
(2)VS Setup is inflexible in that way, because there is no access to the msi code. The tool that offers conditional compilation is Installaware but it is expensive:
http://www.installaware.com
Random Solutions  
 
programming4us programming4us