Hi,
I have a table that indentify some columns from some tables:
Param | SchemaName | TableName | ColumnName
-------------------------------------------------
PA dbo Tab1 col1
PB dbo Tab1 col4
PC dbo Tab3 col5
PD dbo Tab3 col6
PH dbo Tab3 col7
PN dbo Tab4 col2
.................................................
I have to create a stored procedure that has as input an xml of form:
<Params>
<PB/>
<PD/>
<PH/>
</Params>