Posts by Rogério S. Ferreira • 46 points
2 posts
-
0
votes2
answers2443
viewsA: T-SQL with case sensitive like
I tested it here and it worked (my bank is Sql_latin1_general_cp1_ci_as = Insensitive) Existing data: Insert into names (name) Select 'Rogério S. Ferreira' The search options: Select * from names…
-
3
votes4
answers1341
viewsA: An algorithm for finding repeated files?
Split: list everything with basic information: location (on disk/directory), name, date and size; separate files with the same name (exactly the same, including upper case and lower case); in the…