Re: how to get names and types of parameters of stored procedure
From: AnthonyThomas (Anthony.Thomas_at_CommerceBank.com)
Date: 12/22/04
- Next message: AnthonyThomas: "Re: DB Maintenance Plan Problems"
- Previous message: AnthonyThomas: "Re: VLDB question"
- In reply to: Jacco Schalkwijk: "Re: how to get names and types of parameters of stored procedure"
- Next in thread: Leo: "Re: how to get names and types of parameters of stored procedure"
- Reply: Leo: "Re: how to get names and types of parameters of stored procedure"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Dec 2004 05:44:41 -0600
There is also a stored procedure, sp_proc_columns, I believe, that will
parse out that information for you.
Sincerely,
Anthony Thomas
-- "Jacco Schalkwijk" <jacco.please.reply@to.newsgroups.mvps.org.invalid> wrote in message news:%23dhtDeB6EHA.1564@TK2MSFTNGP09.phx.gbl... You can find this information in the information_schema.parameters view. -- Jacco Schalkwijk SQL Server MVP "Leo" <Leo@discussions.microsoft.com> wrote in message news:D7FE4664-3595-4EC7-8EE3-C453B4823E74@microsoft.com... > Hi everybody! > > I need to get names and types of parameters of stored procedures from > some > system tables. > ( not from SQLDMO object ) . Does somebody know in what system table(s) > these data stored? > > Thanks > >
- Next message: AnthonyThomas: "Re: DB Maintenance Plan Problems"
- Previous message: AnthonyThomas: "Re: VLDB question"
- In reply to: Jacco Schalkwijk: "Re: how to get names and types of parameters of stored procedure"
- Next in thread: Leo: "Re: how to get names and types of parameters of stored procedure"
- Reply: Leo: "Re: how to get names and types of parameters of stored procedure"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|