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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-08-16 : 09:27:42
|
Dr writes "I am trying to change a column in sql 2000this is the columnMAPI:{Name EX:/o=LOR/ou=UKEIRE/cn=Recipients/cn=NAMEI am trying to replace the ou=UKEIRE with something else?Please helpis there a command for this ?Many thanksDr" |
|
Srinika
Master Smack Fu Yak Hacker
1378 Posts |
Posted - 2006-08-16 : 09:33:31
|
What do u mean by "Change a Column" ? Is it "Change Data in a column" ?If so, u can use Replace functionRefer the BOL for more detailsSrinika |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-08-16 : 12:22:22
|
Your column name seems strange. Are you using SQL Server?MadhivananFailing to plan is Planning to fail |
 |
|
KenW
Constraint Violating Yak Guru
391 Posts |
Posted - 2006-08-16 : 14:25:10
|
Madhi,He didn't provide a column name; that's data. It's connection info for MAPI (email).Ken |
 |
|
DBASlut
Yak Posting Veteran
71 Posts |
Posted - 2006-08-16 : 14:57:17
|
Careful, if its an NTEXT Field, the REPLACE is useless, you're going to have to update the pointer.. |
 |
|
|
|
|