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!!!!!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top