Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Using Like statement on a view

    Well I'll be - I thought about trying this but rejected it out of sheer laziness. But it appears to have worked.

    many thanks!

  • RE: Using Like statement on a view

    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,...

Viewing 2 posts - 1 through 3 (of 3 total)