Re: I cannot view any stored procedure inside of Visual Studio 2003 that was created in SQL Server 2005



vasurajanna@xxxxxxxxx (vasurajanna@xxxxxxxxx) writes:
I created several stored procedures inside of SQL Server 2005 Studio
Managment, but I cannot view the stored procedures inside of Visual
Studio 2003. When I add a SQL data connection in VS 2003. I can see
the tables but no stored procedures. The DBA gave me create
procedure,connect and execute
premission. I have instaled Visual Studio SP 1 and I have show
objects
owned by any user checked.

When you create an object in a schema, you don't become the owner
of it, but the schema owner does. This can indeed lead the situation
where a developer cannot access objects he creates.

Ask your DBA to give you ALTER permission on the schema where you've
created the procedures. If he does not want to give you that, there
are several options, depending on what you really need to do.



--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.



Relevant Pages

  • RE: connect to remote sql server in business Intelligence Developm
    ... I installed visual studio 2005 and sql ... our sql server 2000 to sql server 2005 and I noticed I need BI development ... MSSQL$SQLEXPRESS and it seems installing sql server standard edition doesn't ...
    (microsoft.public.vsnet.general)
  • Re: basic question
    ... Currently we have are doing calculations via stored procedures ... in which case *I* would like to have them run on the SQL server ... procs are doing. ...
    (microsoft.public.dotnet.general)
  • Re: Frage zu View-Tabellen
    ... eigenes Element in SQL. ... Erweiterungen sind indizierte Sichten (SQL Server 2000), ... Performance und vom Speicherverbrauch ein Unterschied, ob ich eine Anfrage auf eine View-Tabelle oder eine Stored Procedure schicke? ... Bei Stored Procedures wird der kompilierte Ausführungsplan im Cache gespeichert, der bei Zugriffen auf die View in der Regel neu erstellt wird. ...
    (microsoft.public.de.sqlserver)
  • How do I do Paging through a large dataset via Stored Procedures
    ... Paging by dynamically altering the SQL Query ... Create stored procedures ... SELECT * FROM STUDENTS ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Stored Procedure vs direct execute SQL
    ... another of dynamic sql (otherwise SQL Server can't take advantage of ... You seem to be saying that SQL Server can use ... To say that stored procedures are "far ... > select listingId, listingName from Property ...
    (microsoft.public.dotnet.framework.aspnet)