Tag Archives: SQL Tips

How to Encrypt and Decrypt String in Sql Server

How to Encrypt and Decrypt String in Sql Server I recently got a request to obfuscate data at Dev environment.  Most of the times these kind of requests come in environments where dealing with sensitive data. We usually do dev … Continue reading

Posted in SQL Development, SQL Server DBA | Tagged , , , , , | Leave a comment

Case Sensitive Search in sql query

Case Sensitive Search in sql query Case Sensitive Query Search – SQL Server I have got a request to write a select query to get data by matching a column with case sensitive and I should not suppose to use … Continue reading

Posted in SQL Development | Tagged , , , , , , , , , , | Leave a comment

How To Monitor Replication in SQL Server

How To Monitor Replication in SQL Server   This post takes you through the T-SQL script How to Monitor Replication in SQL Server. Usually we need to monitor replication periodically through out the day. I have designed a solution to … Continue reading

Posted in High Availability, SQL Scripts | Tagged , , , , , , , , , | 4 Comments