Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-01-05 : 08:11:24
|
| Arunachalam Senthil writes "I want to encrypt Stored Procedures other than WITH ENCRYPTION option. Is it possible." |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2005-01-05 : 08:32:00
|
| Not easily. The server has to create the query plan from the text in syscomments so has to know the format of that text.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|