Viewing post 1 (of 1 total)
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...
May 16, 2005 at 3:10 pm
#559131