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 |
|
anjan
Starting Member
21 Posts |
Posted - 2005-09-25 : 13:26:06
|
| What is the equivalent function for StrConv() in sql server |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-09-26 : 00:22:26
|
| I think you can use convert functions likeConvert(varchar,string)Convert(Nvarchar,string)MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|