Re: Utility
From: David Portas (dportas_at_acm.org)
Date: 12/06/04
- Next message: Fredrik: "Data in table is deleted"
- Previous message: Des FitzGerald: "Rolling Upgrade of SQL2000/W2000 cluster to SQL2000/W2003"
- In reply to: Govardhan: "Utility"
- Messages sorted by: [ date ] [ thread ]
Date: 6 Dec 2004 04:44:55 -0800
I think you are referring to the ability to encrypt source code. SQL
Server supports a WITH ENCRYPTION option on CREATE PROC, VIEW and
FUNCTION statements. Unfortunately, the encryption method isn't very
secure. It is easily broken with freely downloadable tools.
There are third party tools that claim to help secure your SQL Server
code. You can Google for those.
-- David Portas SQL Server MVP --
- Next message: Fredrik: "Data in table is deleted"
- Previous message: Des FitzGerald: "Rolling Upgrade of SQL2000/W2000 cluster to SQL2000/W2003"
- In reply to: Govardhan: "Utility"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|