RE: Can't Create SQL Server Stored Proc in VS.NET? Help!
- From: Ken <palfrey@xxxxxxxxxxxxxxxx>
- Date: Mon, 11 Apr 2005 06:46:02 -0700
Your understanding is correct. When trying to create a Stored Procedure with
the VS Server Explorer I do not get the context menu option to create a new
procedure. However, when using the SQL server Enterprise Manager with the
same login, I can create new procedures.
I am logged in with an account that has database owner and full create
permissions. I am using VS.NET 2003 and SQL Server 2000 Developer. Is it the
Developer edition that hs this limitation? I can create Stored Procedures in
an MSDE version of SQL Server 2000 under the same login.
Ken
"Kevin Yu [MSFT]" wrote:
> Hi,
>
> First of all, I would like to confirm my understanding of your issue. From
> your description, I understand that you're trying to create stored
> procedures on the SQL server through VS.NET Server Explorer. If there is
> any misunderstanding, please feel free to let me know.
>
> if you cannot create stored procedures, did you get any error messages? You
> can try the following steps:
>
> 1. Remove the connection from the Server Explorer.
> 2. Create a new data connection to the SQL server using 'sa' as the login
> name.
>
> If you don't have sa privilege, please create a user with stored procedure
> creation permission. You can first try the account on Enterprise Manager.
>
> HTH.
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>
>
.
- Follow-Ups:
- RE: Can't Create SQL Server Stored Proc in VS.NET? Help!
- From: Kevin Yu [MSFT]
- RE: Can't Create SQL Server Stored Proc in VS.NET? Help!
- References:
- Can't Create SQL Server Stored Proc in VS.NET? Help!
- From: Ken
- RE: Can't Create SQL Server Stored Proc in VS.NET? Help!
- From: Kevin Yu [MSFT]
- Can't Create SQL Server Stored Proc in VS.NET? Help!
- Prev by Date: How to insert into multiple tables with one update.
- Next by Date: RE: How to insert into multiple tables with one update.
- Previous by thread: RE: Can't Create SQL Server Stored Proc in VS.NET? Help!
- Next by thread: RE: Can't Create SQL Server Stored Proc in VS.NET? Help!
- Index(es):
Relevant Pages
|