Executing Master Stored Procedures

  • Thread starter Thread starter Jim Heavey
  • Start date Start date
J

Jim Heavey

I am going to run of the "Master" stored procedures, say
"sp_sproc_Columns". It has a parameter with a datatype of "sysname". What
exactly do I map this column to in the SqldbType?

If some parms are set up in the procedure as accepting nulls, do I have to
create an entry in the command.Parameter collection for these parms if I do
not plan to pass any values?

Thanks in advance for your assistance!!!!!!!!
 
Back
Top