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 |
|
vipinM
Starting Member
9 Posts |
Posted - 2007-07-09 : 07:06:33
|
| hi everybody, how can we convert stored procedure code into binary format?tell me. |
|
|
Kristen
Test
22859 Posts |
Posted - 2007-07-09 : 07:09:16
|
| Are you trying to stop other people seeing the source code?If so have a look at WITH ENCRYPTION (although t he encryption in SQL 2000 was not very strong)Kristen |
 |
|
|
vipinM
Starting Member
9 Posts |
Posted - 2007-07-09 : 07:59:26
|
yes i am trying to stop other people seeing the source code but without encryption.quote: Originally posted by Kristen Are you trying to stop other people seeing the source code?If so have a look at WITH ENCRYPTION (although t he encryption in SQL 2000 was not very strong)Kristen
|
 |
|
|
Kristen
Test
22859 Posts |
Posted - 2007-07-09 : 08:15:44
|
| Have a look at the WITH ENCRYPTION option in BoL. It probably does what you want, and is the only straightforward option. |
 |
|
|
|
|
|