Hi All,
I have a scenario like multiple users loading different data into a tool.Till now my scripts were allowing 1 user to load a data at a time. Now it should allow many users to upload their data simultaneously(or atleast the illusion that the data is being uploaded at the same time).
IF tables are being locked during an import then as soon as the table is unlocked user 2's data should start processing.
If table locking must occur, l should lock the table until that table is finished being updated. This is the case,First user loads XL spreadsheet which has data into the tool. once it is loaded and import is clicked , In database first
Assetstaging -------->Centerlinestaging------->Misc_asset are populated these are the main tables which populates first. Then my procedures get executed. At this point i should restrict ,i.e User1 loads the data main table populates,at same time user 2 loads data ,So how will i handle this kind of scenario? I got a hint using locking concept i should do, I am not aware about that..is there any way i can do please help me.I am new to to this.
Deepa