SQL Encrypt is an application to encrypt or decrypt string data easily (cell-level encryption) by using SQL Server extended stored procedure. It supports AES (Advanced Encryption Standard), SHA1 (Secure Hash Algorithm - 1), and MD5 (Message Digest 5)...

Profiler Console is an application enables you to run SQL trace in console mode. There is no graphical UI and SQL trace will be captured silently. Connect to testServer and save trace result to test.trc : then C> ProfilerConsole.exe testServer ...