How to prevent the creation of user stored procedure name started with SP_ in SQL Server 2000

StackOverflow https://stackoverflow.com/questions/21828549

  •  12-10-2022
  •  | 
  •  

문제

We have a SQL Server 2000 database that has a number of databases

We need to ensure that the users are unable to create stored procedure with a name that starts with SP_.

What can be done in SQL Server 2000 to prevent it?

I do understand that this can be achieved in SQL Server 2005+ versions using a stored procedure facet.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top