Posts by Guilherme Nunes Gonçalves • 11 points
2 posts
-
0
votes3
answers1211
viewsA: Remove last character from a string when the character is a blank
You can use Trim() method that takes space only from the beginning and end of the string.
-
1
votes0
answers282
viewsQ: 'SET ANSI_WARNINGS ON' Orange 5.4
I am using Laravel 5.4 with 2 connections, one of them is just to access some Views of a Sql Server database, and one of them makes a LINKED SERVER which forces me to set some settings before making…