Forum Replies Created

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

  • RE: Determine Traffic Light Status with Sql

    Hi,

    Hope this is what you are expecting :

    declare @sql varchar(1000)

    select @sql = 'case '

    select @SQl = @sql + ' when value ' + compareoperator + ' ' +

    case

    when...

  • RE: Import Excel Files

    Thanks for responding.

    I have only one sheet in my excel file Sheet1 but in import and export wizard it displays 2 Sheets - Sheet1 and Sheet1$.

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