سؤال

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