Carlosdl
29350 pts. | Jan 7 2009 7:56PM GMT
Are you talking about the datatypes of the stored procedure’s parameters ?
TlogP
15 pts. | Jan 8 2009 2:26PM GMT
I need to know what datatype i.e. char, varchar, text, nchar…. the SP is passing to the database table. I am able to view this in QA but I have about a 1000 db i need to check on. I wanted to write something like what i posted to do this. what i posted returns the datatype or metadata for a table.
thanks for your help.
mrdenny
47070 pts. | Jan 9 2009 7:00PM GMT
The datatypes that the stored procedure is passing to the table will be what ever datatypes the table is setup for. You can’t exactly stuff a varchar value into an INT column.






