News

Hopefully this is a simple one. Database is SQL Server 2000I have two tables (these are simplifications):- tblMailer( [ID] int identity(1,1) not null, [mailerName] varchar(250) not null ...