The SQL professionals know that the built-in MS SQL Server encryption mechanism by means of WITH ENCRYPTION T-SQL keyword is ineffective and easily broken. For much more details see also Google’s results e.g.: search phrase: sql decryptor (approximate number of results: 405 000) search phrase: sql server syscomments decryptor (approximate number of results: 2 850) [...]
Posts Tagged ‘SQL Server’
A simple hack of a built-in MS SQL Server WITH ENCRYPTION mechanism
Posted: January 9, 2012 in MSSQLTags: SQL Server
0
DAC (Dedicated Administrator Connection) in SQL Server 2008/2005 Express Edition
Posted: July 15, 2010 in MSSQLTags: SQL Server
For the first time, DAC appeared in the SQL Server 2005 version. It enables one user from the sysadmins group (that means, the system administrator) to connect to the running instance of SQL Server Database Engine, especially for the purpose of solving occurred problems on the server (note: DAC connection will disconnect all other users [...]
