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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 HOw to create dll for DB..

Author  Topic 

asifbhura
Posting Yak Master

165 Posts

Posted - 2009-01-20 : 06:30:25
hi,

I have one .net application.after completion of application, i deployed with dll files.so i am secure for my code.bcoz no one can read my code bcoz of dll.

with .net application i have sql server 2005 DB.

is it possible same like this for DB

so no one can see my sql script.

waiting for reply.

Regards,
ASIF

AndrewMurphy
Master Smack Fu Yak Hacker

2916 Posts

Posted - 2009-01-20 : 07:22:54
sqL script (in stored procedures) can be encrpyted....but make sure you have a copy of the original source code outside of SQL Server
Go to Top of Page
   

- Advertisement -