Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ARRAY in T-SQL

0 views
Skip to first unread message

selde...@my-deja.com

unread,
May 31, 2000, 3:00:00 AM5/31/00
to
In most programming languages there is the concept of an Array.

eg. Declare ARRAY X [10] Of Integer.

I have T-SQL stored procedure in SQLServer7 where I want to pass an
array as a parameter.

How to I do this???


Sent via Deja.com http://www.deja.com/
Before you buy.

Tom Stearns

unread,
May 31, 2000, 3:00:00 AM5/31/00
to
There are no arrays in T-SQL. You'll need to pass individual elements of
your array to SQL Server.

Tom Stearns

<selde...@my-deja.com> wrote in message
news:8h47cq$v6f$1...@nnrp1.deja.com...

0 new messages