copy please
Thank you
Harvey
Harvey
copy please
Please, please send me a copy too...
dr.microso@hotmail.com
I am happy and thankful ...
Files uploaded!
I'm working with ADS , but I'm hard of encrypted tables with .adt extension. Someone uses table encryption in ADS and tell me how the process was conducted.
DECLARE EncryptTables CURSOR as
SELECT *
FROM System.Tables
WHERE table_encryption = 0;
OPEN EncryptTables;
WHILE FETCH EncryptTables DO
EXECUTE PROCEDURE sp_ModifyTableProperty([EncryptTables].[Name],'TABLE_ENCRYPTION','TRUE','APPEND_FAIL',NULL);
END WHILE;
CLOSE EncryptTables;( cAlias )->( AdsEnableEncryption( "EncryptionPassword" ) )
( cAlias )->( AdsEncryptTable() )