• Aquilagb (10/19/2016)


    Thank you for the reply...

    The query is this:

    SELECT TOP 1000 [LTStringId]

    ,[LanguageCode]

    ,[LTStringType]

    ,[ElementName]

    ,[SubElementName]

    ,[TimeAdded]

    ,[LastModified]

    ,[DisplayStringId]

    FROM LocalizedText

    WHERE LTStringId = 'F4752595-BFB9-E3BC-6643-FAFBEC7EA6EF'

    Only one row of data will ever be returned even when the LTStringId is changed.

    If you can only ever return one row of data, why are you selecting the TOP 1000?

    Drew

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA