HI
I'm trying to insert data in 2 tables one is the master and the other is the details table, let us say it is test details
first table : the master data of the test (name,date,......)
second table : the parameter details (masterID,parameter,value)
I want to do that through stored procedure so I want to pass a table that contains the parameters data
I found some methods at this links
http://vyaskn.tripod.com/passing_arrays_to_stored_procedures.htm
http://www.sqlservercentral.com/articles/Stored+Procedures/2977/
but I don't know how to use it , Please can any one help me