View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 06:24 PM
mingzhen
 
Posts: n/a
Default SQL server stored procedure question

Hi,

I have a problem here when I code stored procedure to manipulate data
in database. My idea is that if I can save all data I get in some
arrays I should be able to manipulate the arrays directly. But I do
not know how to declare arrays in SQL server stored procedure and do
not know other ways to do the same thing. Please help me out. Thanks
in advance.

-mingzhen
Reply With Quote