How to access Excel Max Column value?
Posted
by Phsika
on Stack Overflow
See other posts from Stack Overflow
or by Phsika
Published on 2010-06-17T12:38:03Z
Indexed on
2010/06/17
12:43 UTC
Read the original article
Hit count: 193
i try to create table from excel rows. however; excel columns :
column1 has max 200 character row
column2 has max 300 character row
column3 has max 500 character row
So i need to create sql
create MyTable column3 nvarchar(500) according to Excel Max Character.
© Stack Overflow or respective owner