Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Excel 2010 to input information into SQL Server 2008

Status
Not open for further replies.

lilal111

Technical User
Sep 16, 2008
18
0
0
CA
I was asked if it is possible to use Microsoft Excel to input information into a table in SQL Server 2008. We have a Project Manager that is trying to use Excel as an interface to populate Assigned Hours and Estimated Hours.

Any help would be so appreciated!!

Thanks!!
 
Use VBA (with ADO for the database connectivity) or one of the .Net languages and Visual Studio Tools for Office in your Excel spreadsheet to connect to the database. Through there you can run your stored procedures to manipulate the data as appropriate.

The VBA or Microsoft Office forums will be better placed to advise on coding and reading data from Excel to SQL Server than this one.

John
 
The bad thing about Excel is that you cannot (easily) control the data that is being entered. So it is easier to get data type conflicts and errors.

Simi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top