We are using Microsoft SQL Nanagement Studio version 10.50.1600.1
SQL Server 2008 R2
I need to be able to import an Excel spreadsheet and create a SQL Server table. The table needs to have the following columns:
Material Varchar(30)
Description Varchar(30)
Ext_Description Text,null
Selling_Price float,null
Thanks