Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Embedded Functions

Author  Topic 

RyanAustin
Yak Posting Veteran

50 Posts

Posted - 2008-05-18 : 19:33:59
Has anyone ever heard of a function within SQL Server that translates the first character into a capital. I was always under the impression that what you enter into a table is what is entered period.

We have a conversion process that pulls information from oracle, populates SQL Server staging tables, cleans the data and then pushes back to Oracle.

One of my developers is convinced that there is a function that is making this change to characters entered.

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-05-18 : 22:06:50
Not builtin function.
Go to Top of Page

RyanAustin
Yak Posting Veteran

50 Posts

Posted - 2008-05-19 : 13:07:26
This would have to be a custom piece of code that would do this correct??
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-05-19 : 22:44:24
Yes, you can google it to see if someone did that already.
Go to Top of Page
   

- Advertisement -