Skip to content

Microsoft SQL Server function to uppercase the first letter of words from a user-defined string

Notifications You must be signed in to change notification settings

Cuates/uppercasefirstletterwordmssql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

uppercasefirstletterwordmssql

Microsoft SQL Server function to uppercase the first letter of words from a user-defined string

Table of Contents

Version

  • 0.0.1

Important Note

  • This function was written with SQL Server 2012 methods

Prerequisite Data Types

  • nvarchar
  • integer (int)
  • char

Prerequisite Functions

  • lower
  • len
  • substring
  • stuff
  • upper

Prerequisite Conditions

  • in

Usage

  • dbo.UppercaseFirstLetterWord('This is a test string.')

About

Microsoft SQL Server function to uppercase the first letter of words from a user-defined string

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages