RE: System Stored Procedure Permissions
From: Gary Whitley [MSFT] (garyw_at_online.microsoft.com)
Date: 11/24/03
- Next message: Abraham: "How to give execute permissions to all stored procedures in the database?"
- Previous message: Gary Whitley [MSFT]: "RE: Agent Account = domain\useraccount != local or domain admin. Scheduled DTS packages don't run"
- In reply to: Rodger: "System Stored Procedure Permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 24 Nov 2003 21:03:45 GMT
Hi Rodger,
The stored procedures you reference are created when you create a diagram
in a SQL Server database. I tested the stored procedures on my server and
they are created as 'System' stored procs with DBO as the owner.
I do not suspect this will cause any issues for you within SQL Sever, but
it is interesting the owner is not DBO.
Please let me know the version number of your SQL Server. Execute SELECT
@@VERSION against the server and let me know the results.
Thank you.
Gary Whitley
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Abraham: "How to give execute permissions to all stored procedures in the database?"
- Previous message: Gary Whitley [MSFT]: "RE: Agent Account = domain\useraccount != local or domain admin. Scheduled DTS packages don't run"
- In reply to: Rodger: "System Stored Procedure Permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|