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.
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. |
 |
|
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?? |
 |
|
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. |
 |
|
|
|
|