question

kpskumar27 avatar image
kpskumar27 asked

Browse an excel file through .NET application and upload to sql server via SSIS package

Hi All, I am SQL DBA cum IIS admin. Currently, we are using SQL Server 2012 in our organization. There is a .NET application(MVC) from where end users use upload data from excel to sql server. We are facing issue with this upload since we are uploading huge volume of data through excel(Microsoft Data access component throws error because of huge data). As an alternate, we are planning to go for SSIS package. Is it possible to browse an excel file(located at user's desktop) through web application and upload it to SQL Server via SSIS package. Thanks in advance, K.P.Senthil Kumar
ssissql server 2012.net
2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

erlokeshsharma08 avatar image erlokeshsharma08 commented ·
so you have excel file which gets data from .net application and then you want to dump that in sql database? If yes its very much feasible since you could specify the path in ssis package using excel source.
0 Likes 0 ·
kpskumar27 avatar image kpskumar27 commented ·
But, as I said, the excel files are uploaded from End users' desktop. Do we need to create the folder path on all the computers from where the files are uploaded?. This could be a silly question since I am new to SSIS.
0 Likes 0 ·

1 Answer

·
erlokeshsharma08 avatar image
erlokeshsharma08 answered
In that case you could try to set up a centralised location where users could dump files and ssis package picks up Or else as you said for each file you need to specify path
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.