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
 Transact-SQL (2000)
 Sql

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 2000

this is the column

MAPI:{Name EX:/o=LOR/ou=UKEIRE/cn=Recipients/cn=NAME

I am trying to replace the ou=UKEIRE with something else?

Please help


is there a command for this ?

Many thanks

Dr"

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 function
Refer the BOL for more details

Srinika
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-08-16 : 12:22:22
Your column name seems strange. Are you using SQL Server?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

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
Go to Top of Page

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..
Go to Top of Page
   

- Advertisement -