Re: Get all stored procedures



Google "BHOM Vaughn"

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________

"David Thielen" <thielen@xxxxxxxxxxxxx> wrote in message
news:46378900-42B1-41F6-AC00-AC41ADB6C303@xxxxxxxxxxxxxxxx
> Hello;
>
> Does anyone know the specific select for Sql Server and/or Oracle to get
> the
> stored procedures?
>
> Any any idea how to get it from the OLE-DB connector
>
> --
> thanks - dave
>
> ps - what is BHOM?
>
>
>
> "William (Bill) Vaughn" wrote:
>
>> Two of the data sources you mention have different interfaces and
>> different
>> ways to expose stored procedures--OLE DB is simply an interface to data
>> sources.
>> For SQL Server, you can use the sysobjects table to query for all objects
>> in
>> the database. For Oracle? BHOM.
>>
>> --
>> ____________________________________
>> William (Bill) Vaughn
>> Author, Mentor, Consultant
>> Microsoft MVP
>> www.betav.com/blog/billva
>> www.betav.com
>> Please reply only to the newsgroup so that others can benefit.
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> __________________________________
>>
>> "David Thielen" <thielen@xxxxxxxxxxxxx> wrote in message
>> news:6430337F-0929-4A78-94C3-5A58CBE5A43F@xxxxxxxxxxxxxxxx
>> > Hi;
>> >
>> > Is there a way under ADO .NET to get all stored procedures in a
>> > database.
>> > I'd prefer a single solution but I can live with one that is specific
>> > to
>> > each
>> > driver: Sql Server, Oracle, and OLE-DB.
>> >
>> > --
>> > thanks - dave
>>
>>
>>


.



Relevant Pages

  • Re: Catalog of tables in an SSCE database
    ... William Vaughn ... Microsoft MVP ... Please reply only to the newsgroup so that others can benefit. ... Hitchhiker's Guide to Visual Studio and SQL Server ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Batch queries in stored procedures?
    ... >> William (Bill) Vaughn ... >> Microsoft MVP ... >> Please reply only to the newsgroup so that others can benefit. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Case-sensitive collation and queries
    ... This posting is provided "AS IS" with no warranties, ... >> William Vaughn ... >> Microsoft MVP ... >> Please reply only to the newsgroup so that others can benefit. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Transaction Question.....
    ... This posting is provided "AS IS" with no warranties, ... >> William Vaughn ... >> Microsoft MVP ... >> Please reply only to the newsgroup so that others can benefit. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: MARS performance articles needed
    ... William (Bill) Vaughn ... Microsoft MVP ... Please reply only to the newsgroup so that others can benefit. ...
    (microsoft.public.dotnet.framework.adonet)

Loading