Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Generating Insert Statements

    I have found more better way to do this as mention below

    set quoted_identifier off

    declare @sql1 nvarchar(1000)

    set @sql1="select 'insert county (county_fips, state_fips) values(''' + county_fips + ''',''' + state_fips +...

Viewing post 1 (of 1 total)