Название хранимых процедур.

?
Дата: 18.12.2002 15:58:47
Где-то читал или я ошибаюсь ?

Обычные пользовательские хранимые процедуры
лучше не называть с символов sp_
jimmers
Дата: 18.12.2002 16:01:49
Верно, лучше не называть.
?
Дата: 18.12.2002 16:13:49
А где можно про это прочитать и освежить знания ?
jimmers
Дата: 18.12.2002 16:16:42
BOL->Creating and Maintaining Databases->Creating a Stored Procedure:

It is strongly recommended that you do not create any stored procedures using sp_ as a prefix. SQL Server always looks for a stored procedure beginning with sp_ in this order:
?
Дата: 18.12.2002 16:24:47
Спасибо. :)
SandalTree
Дата: 18.12.2002 21:10:02
Однако, напугали...

Читаем ниже:

Therefore, although the user-created stored procedure prefixed with sp_ may exist in the current database, the master database is always checked first, even if the stored procedure is qualified with the database name.

Но, к сведению, таки приняли.