Forum Replies Created

Viewing 7 posts - 1 through 8 (of 8 total)

  • RE: SQL Query potential

    Cheers that worked perfectly I'll run some check s now see if any thing breaks.

    A big thanks to everyone who's helped ,thanks for you support.

  • RE: SQL Query potential

    That's it you've officially lost me now this is SQL way over my head LOL 

    This Query

    SELECT OPCQuality,
    FROM Live
    WHERE TagName IN ('Work-Shop-Email-Test') 

    Returns a...

  • RE: SQL Query potential

    Thanks   I've got a query that returns the data I require:

    SELECT OPCQuality,
      FROM Live
      WHERE TagName IN ('Work-Shop-Email-Test')

    So now your saying I...

  • RE: SQL Query potential

    Ahh I see

    Tried that this is what I get

    USE [Runtime]
    GO

    /****** Object: View [dbo].[v_Live]  Script Date: 05/22/2018 13:22:07 ******/
    SET ANSI_NULLS ON
    GO

  • RE: SQL Query potential

    I doubt I could find that the data base wasn't created by me and its huge

  • RE: SQL Query potential

    Thanks Sue I know what I need to be looking at now many thanks

  • RE: SQL Query potential

    Hi Sorry your going to have to dumb it down for me a bit here whats a table DDL?

Viewing 7 posts - 1 through 8 (of 8 total)