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
 SQL Server Development (2000)
 adding text in to a text field and doing an insert

Author  Topic 

Robwhittaker
Yak Posting Veteran

85 Posts

Posted - 2001-06-27 : 08:15:41
I have a stored procedure that inserts data in to a table. The primary key is generated by the sqlserver, so I do not know what it is when I do the insert.

I also need to add text in to a text field (using the updatetext command?)

How do I add it to the correct record if I do not know what the key is? Can I find out what the key will be?

Thanks

Rob
   

- Advertisement -