Possible to pass table as parametr to stored procedure???
Database
3
Posts
2
Posters
0
Views
1
Watching
-
Is it ossible to pass table as parametr to stored procedure??? sql server 2000 ------------------------------------ To study, study and only to study
I guess yes if will user only one text parameter that contais your table in an xml format then you can user sp_xml_preparedocument and openxml to read rows from your table being passes through SP parameters
-
I guess yes if will user only one text parameter that contais your table in an xml format then you can user sp_xml_preparedocument and openxml to read rows from your table being passes through SP parameters