Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: The ARRAY In SQL Server 2000

    Good article, here is an variation that I use ...

    Declare

     @SQL   Varchar(200),

      @Array Varchar(200),

      @Tic   Varchar(8),

      @Field Varchar(25)

    Set @Array  = ''

    --Set @Field  = 'SupplierId'

    --Set @Tic    = '' -- for nbrs

    Set @Field  = 'ContactName...

Viewing post 1 (of 1 total)