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 |
|
wgpubs
Yak Posting Veteran
67 Posts |
Posted - 2004-05-08 : 12:27:32
|
| I'm getting this error when I try to compile the following INSTEAD OF trigger ... and its driving me mad!error: Incorrect syntax near 'inserted'.CREATE TRIGGER sampleTrig_INS ON [dbo].[my_view]INSTEAD OF INSERTASBEGINSET NOCOUNT ON INSERT my_table (Column1) SELECT Col1 FROM insertedGO |
|
|
derrickleggett
Pointy Haired Yak DBA
4184 Posts |
Posted - 2004-05-08 : 15:31:10
|
| This is a duplicate post. You need to have an END on here. Please do not post duplicate posts.MeanOldDBAderrickleggett@hotmail.comWhen life gives you a lemon, fire the DBA. |
 |
|
|
|
|
|