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 |
|
lane0618
Posting Yak Master
134 Posts |
Posted - 2002-07-17 : 17:08:12
|
| Is it possible to use special characters in a SQL field?I have the ® symbol in a field, but cant seem to paste the TM symbol from MS word.Thanks,Lane |
|
|
jasper_smith
SQL Server MVP & SQLTeam MVY
846 Posts |
Posted - 2002-07-17 : 17:28:23
|
| print 'Star Wars' + char(153)Edited by - jasper_smith on 07/17/2002 17:47:03 |
 |
|
|
lane0618
Posting Yak Master
134 Posts |
Posted - 2002-07-17 : 18:13:35
|
| Thanks! |
 |
|
|
|
|
|