x
login about faq Site discussion (meta-askssc)

SSIS Quick Question

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

more ▼

asked Mar 02 '10 at 05:30 PM in Default

technette gravatar image

technette
847 45 76 88

(comments are locked)
10|1200 characters needed characters left

1 answer: sort voted first

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!

more ▼

answered Mar 02 '10 at 05:43 PM

sp_lock gravatar image

sp_lock
8.1k 20 26 29

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

Yes, ASP.NET. But it could be any app front end. The app is very simple with only basic changes allowed and a "accept" or "reject" option. If rejected the records are removed from the staging table.

Put enough checks in the app so that data integrity is still 100%

Mar 02 '10 at 08:40 PM sp_lock
(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x749
x21

asked: Mar 02 '10 at 05:30 PM

Seen: 475 times

Last Updated: Mar 02 '10 at 06:42 PM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.