sql server - Combine First, Middle Initial, Last name and Suffix in T-SQL (No extra spaces) - Stack
I'm trying not to reinvent the wheel here...I have these four fields [tbl_Contacts].[FirstName], [tbl_Contacts].[MiddleInitial], [tbl_Contacts].[LastName], [tbl_Contacts].[Suffix] And I want ......