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)
 Add/Update record from a table

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-11-18 : 08:07:56
Alessandro writes "it's possible with a stored procedure:

read data (id,description,price) from a table and
update (if exist) or add record (if not exist) data
in other table?

thank you."

DonAtWork
Master Smack Fu Yak Hacker

2167 Posts

Posted - 2005-11-18 : 08:13:15
Yes. Yes it is.

Help us help YOU!
Read this blog entry for more details: http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspx

*need more coffee*
SELECT * FROM Users WHERE CLUE > 0
(0 row(s) affected)
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-11-18 : 08:17:29
Look for UPDATE in Books On Line, SQL Server help file

Madhivanan

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

- Advertisement -