Search Results

4
votes
4answers
456 views

What’s the best way to capitalise the first letter of each word in a string in SQL Server.

What’s the best way to capitalise the first letter of each word in a string in SQL Server. …
0
votes
2answers
82 views

SQL: How To Find The Top String Column Value in a Grouped Query

When grouping is there a simple way to get the first or top value out of a column. In the following example I want the last value in [Text] if sorted by [Date] descending. SELECT …