Viewing 2 posts - 1 through 3 (of 3 total)
Well I'll be - I thought about trying this but rejected it out of sheer laziness. But it appears to have worked.
many thanks!
June 26, 2003 at 3:46 pm
#463357
CREATE VIEW dbo.vw_datasets_Attributes AS
select ds.PK_datasetid, ds.datasetname, ds.dataformat,
ds.owningoffice_ID, ds.datasetnotes,ds.responsibilityOf, ds.status,
ds.display, ds.system_id,...
June 26, 2003 at 3:07 pm
#463353