With SQL 2000 it is rather hard. Basically look in the gatherer logs and it
will tell you the hex value for the primary key value. If you have an
integer data type column for your pk you convert the hex number to an
integer. If it is an ascii value convert the hex value to integer and then
convert it to char. For example if you get a hex value of 0x40, this is 64,
this corresponds to an ascii value of @

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> Hello,
> We just installed the Adobe iFilter and have rebuilt the fulltext catalog
[quoted text clipped - 15 lines]
> SQL Server 2000 sp3a - clustered
> Windows 2003 SP1
telaan - 28 Dec 2006 23:33 GMT
Thank you!
> With SQL 2000 it is rather hard. Basically look in the gatherer logs and it
> will tell you the hex value for the primary key value. If you have an
[quoted text clipped - 22 lines]
> > SQL Server 2000 sp3a - clustered
> > Windows 2003 SP1