|
Hi, I want to pull data that is entered on a form, create a staging area for approval, then load into the database. Will SSIS facilitate the staging area? Any Ideas on how I can implement this with SSIS? Thanx
(comments are locked)
|
|
Who needs to approve the staged data? I have done something similar by inserting the data into a "staging" table . Once the data has been approved/passed (via a web app) then SSIS/SP inserts/updates the live data I know this is basic but works for me! That's what we're looking to do. Have data entered by employees, verified by managers through a web app then inserted into the database. If you don't mind, what environment did you build the web app in? ASP.NEt?
Mar 02 '10 at 08:09 PM
technette
(comments are locked)
|

