-
Continue reading →: Setting Ruby on RailsIt was a long time ago -something like 15 years- when I first heard about Ruby and its powerful extension, Ruby on Rails. At that time I was too busy and deeply immersed in my work to give it more attention than reading a few enthusiastic articles written by a…
-
Continue reading →: SQL Server script to scan the whole database looking for a specific value in a specific column
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters DECLARE @search_column VARCHAR(255); DECLARE @search_value VARCHAR(255); DECLARE @search_type INT;…






