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 - 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 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-11-18 : 08:17:29
|
| Look for UPDATE in Books On Line, SQL Server help fileMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|