I would create a windows form that opens the excel file(s). From there you could set up a process that users can import the data into sql. This way you wouldn't have to import the data manually using sql import wizard.
The tables look good to me. I usually mark the primary keys with a PK and the foreign keys with an FK so they are easily identified.
Main Topics
Browse All Topics





by: RiteshShahPosted on 2009-04-15 at 09:38:36ID: 24150032
you can create linked server of excel file in your database, once your do it, you will have full command over excel data and can copy it to your sql tables. here is one example of linked server.
om/2009/04 /create-li nked-serve r-with- exc el-2007.ht ml
http://www.sqlhub.c
as long as your structure concern, it seems ok. however, you can make it bit normalize but than you will have problem managing data as you are new to this concept.