Re: Best practice to transfer data from Excel file to SQL Server 2000
From: GD (NoSpam_g_du_at_comcast.net)
Date: 02/01/05
- Next message: GD: "Re: Best practice to transfer data from Excel file to SQL Server 2000"
- Previous message: cschang: "Re: Call javascript function without using any event call"
- In reply to: WJ: "Re: Best practice to transfer data from Excel file to SQL Server 2000"
- Next in thread: W.G. Ryan eMVP: "Re: Best practice to transfer data from Excel file to SQL Server 2000"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 31 Jan 2005 22:14:21 -0600
What I am working on is a web-based client-side application. The clients
don't have the permission to use the Import/Export Utility in SQL Server
directely. However, they are granted permision to perform database
transaction through web application.
Thanks for reply anyway.
GD
"WJ" <JohnWebbs@HotMail.Com> wrote in message
news:ecy26C$BFHA.3120@TK2MSFTNGP12.phx.gbl...
> You would want to use the "Import/Export Utility" shipped with the SQL
> Server CD. This is the best tool I see so far. I use this daily! On top of
> this, the tool also aloows you to schedule the job to run anytime you
wish.
>
> John
>
> "GD" <NoSpam_george_s_du@yahoo.com> wrote in message
> news:%23xIxgx%23BFHA.1264@TK2MSFTNGP12.phx.gbl...
> > Hi,
> >
> > I am trying write a web application using ASP.Net to load an Excel file
> > from
> > client site and save all the data in the file to a table in SQL Server
> > 2000.
> >
> > My current assumption is: load Excel data to an ADO.Net dataset, or a
> > datareader, then pull the data out from them and insert the data to a
SQL
> > Sever table.
> >
> > I wonder if there is any better way to transfer the Excel data to SQL
> > Server.
> >
> > Thanks for any hints.
> >
> > GD
> >
> >
>
>
- Next message: GD: "Re: Best practice to transfer data from Excel file to SQL Server 2000"
- Previous message: cschang: "Re: Call javascript function without using any event call"
- In reply to: WJ: "Re: Best practice to transfer data from Excel file to SQL Server 2000"
- Next in thread: W.G. Ryan eMVP: "Re: Best practice to transfer data from Excel file to SQL Server 2000"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|