larrydavid
Programmer
Hello, I am trying to create a stored procedure in SQL Server 2005 that does the following:
Based on a join between two existing tables, truncate and load (insert) records into an existing third table. It seems like it should be straightforward and I have been researching this, but cannot seem to find a good example. Maybe I'm just trying too hard, but in any case, if someone could please show me an example I would really appreciate the head start so I can be sure I have the correct syntax.
Thanks,
Larry
Based on a join between two existing tables, truncate and load (insert) records into an existing third table. It seems like it should be straightforward and I have been researching this, but cannot seem to find a good example. Maybe I'm just trying too hard, but in any case, if someone could please show me an example I would really appreciate the head start so I can be sure I have the correct syntax.
Thanks,
Larry