|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
stored procedures
Is it possible to view the source of a stored procedure through pure SQL statements? where is the source of stored procedures located? can it be edited?
|
|
#2
|
||||
|
||||
|
In SQL Server 2000, it's
sp_helptext YourStoredProcedureName; Try that, should show you, line by line...
__________________
Reinventing the wheel again |
|
#3
|
|||
|
|||
|
unless it 's Encrypted, you'll see nothing
|
|
#4
|
||||
|
||||
|
Quote:
what do you mean by this? unless what's encrypted? |
|
#5
|
|||
|
|||
|
you can encryptred the store procedure so your clients or any hacker "listening" to your network won't be able to know what you're doing inside your SP
I'm not recommending it but sometime it can be useful |
|
#6
|
||||
|
||||
|
i see... well, ok... so my response will work for MOST applications
![]() |
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > stored procedures |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|