문제

I am trying to create a MDF (Microsoft SQL Server Database) from some files located at http://archive.ics.uci.edu/ml/machine-learning-databases/census1990-mld/

Can anyone help me with the steps to do this?

도움이 되었습니까?

해결책

I would recommend importing the data into a new database. Open up SQL Server Management Studio, create a new database and then decide how you would like to import the data.

Probably the easiest thing to do is to right click the db in Management Studio - Tasks -> Import data... choose your flat file in the wizard and then choose your mappings.

Another option would be using SSIS packages. They aren't too hard to learn but harder than the previous option and more for repeatable processes. This article has quite a few alternative solutions as well.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top