SQL Server'da yüklü olan ve genişletilmiş saklı yordamları sorgulanıyor.
Important Note: |
---|
This feature will be removed in a future version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible. CLR tümleştirme kullanın. |
A Microsoft SQL Server authenticated user can display the currently defined extended stored procedures and the name of the DLL to which each belongs by running the sp_helpextendedproc system procedure.Örneğin, aşağıdaki örnek DLL için verir xp_hello belongs:
sp_helpextendedproc 'xp_hello'
If sp_helpextendedproc genişletilmiş bir depolanmış yordam, tüm genişletilmiş saklı yordamlar ve kendi dll görüntülenen belirtmeden yürütülür.
Important Note: |
---|
Bilgiler, yalnızca oturum açmış olan kullanıcının izinlerine sahip olan veya saklı yordamlar genişletilmiş için döndürülür.Yalnızca üyeleri sysadmin sabit sunucu rolü ve db_owner, db_securityadmin, and the db_ddladmin veritabanı rollerini sabit tüm saklı yordamlar genişletilmiş bilgi görüntüleyebilirsiniz. |
See Also