SQL Server encryption Questions

1

Encrytpion on SQL Server 2008
I want to encrypt a stored procedure in SQL Server 2008. I tried software such as SQL shield, it’s great but the problem is SQL Profiler can still record/log the content of my original SP. Is there any way to avoid SQL Profiler from recording/logging my original content? If not, do you suggest any different [...]

Answer Question   |  March 3, 2010  4:55 PM
SQL Profiler, SQL Server 2008, SQL Server encryption, SQL Server Service Packs
2,585 pts.

Implementing Encrypted SQL Server Database Columns
This is the problem I’m facing: The database (SQL Server 2005) holds more than 5 million customer records. These records contain sensitive credit-card information that must be encrypted. Implementing an application-side encryption solution involves VB6 and .Net technologies. How to achieve a server-side encryption solution that would have minimal impact on performance and business processes? [...]

Answer Question   |  December 7, 2009  10:12 PM
.NET 2.0, SQL Server 2005, SQL Server database, SQL Server encryption, VB6
asked by:
5 pts.

Encrypt the password in SQL 2000
How to pass encrypted passwords in connection string in asp/vb using sql server 2000. Im trying to create a new user login for the applications using SQL server 2000. However want the end users to avoid viewing the login credentails for sql server 2000 in the connection string part. Hence prefer to pass the encrpted [...]

Answer Question   |  August 4, 2009  11:53 AM
ASP, SQL Server 2000, SQL Server encryption, SQL Server security, VB
asked by:
5 pts.

Best encryption method for SQL Server 2000
What is a good encryption method to use in SQL Server 2000 if your database is accessed by two different languages, PHP and ASP?

Answer Question   |  December 8, 2008  6:02 PM
ASP, PHP, SQL Server 2000, SQL Server encryption
2,585 pts.

How to transfer encrypted data between SQL Server 2005 and SQL Server 2000
We are a retail/web/phone order store. We process credit cards for all three stores at our retail location. We have our web data stored offsite on the web server, using SQL Server 2005. We have our retail/phone order data stored onsite in SQL Server 2000. I’d like to add a function to our MS Access [...]

Answer Question   |  March 17, 2008  10:22 PM
SQL Server 2000, SQL Server 2005, SQL Server encryption, SQL Server security, SQL Server upgrades
2,585 pts.

1