Viewing 7 posts - 1 through 7 (of 7 total)
February 13, 2019 at 7:53 am
The problem with case-insensitive is that it's not so simple because the concept of case-insensitivity turns out to be cultural. In English, one can safely round-trip a lower-case string to...
February 9, 2019 at 12:08 pm
November 22, 2018 at 6:03 pm
The documentation for TRANSLATE on Microsoft's site is misleading. Luckily, it's incorrect, because the actual behavior is far more useful than the claimed behavior. The documentation claims:
The behavior...
November 22, 2018 at 3:19 pm
Thanks so much for the quick response.
I tried your excellent suggestions and found...
November 19, 2018 at 9:08 am
will 58232 - Thursday, November 15, 2018 12:03 AMOr using powershell and regex([regex]"(?im)--.*?$").replace(([regex]"(?s)\/\*.*?\*\/").replace($sql, ""), "")
That will work much of the time,...
November 17, 2018 at 10:47 am
Thanks for taking the time to develop and share this code. Very useful.
I...
November 17, 2018 at 7:55 am
Viewing 7 posts - 1 through 7 (of 7 total)