tags:

views:

65

answers:

1

i have an exel file. i want to change this file into mdf formmat. Plz tell me the full procedure, how i can convert this file. i m using excel 2003 nd sql server 2000.

A: 

You can not convert. The mdf is a SQL server file. You can import data from Excel to SQL server. There is a Data Import Wizard in SQL server to get you started.

Damir Sudarevic