TheBlueDog
Technical User
I have a database which I typically securely host on my own servers, but I am in the position of having to install it now on someone else's SQL Server. My preference is to completely hide the schema from prying eyes. I know in older versions of SQL at least you could encrypt all your procs, triggers, etc - is this possible in 2000? If so, how? Also, can I do anything to hide my table structure or views? Any suggestions on best way to hide this information on a server over which I have no administrative control would be appreciated.