I used the DTS Import wizard to import data from Microsoft Accesss. In one of the tables , I have column(lastdate) which is of Date type in Access. When i import this to SQL server it gives me an Overflow Error. I am importing this field as a DateType field in SQL.
It works when I change the Datatype to nVarchar. But i do not want this as text or Varchar.
Could some one tell how I could eliminate this problem?
Thanks
It works when I change the Datatype to nVarchar. But i do not want this as text or Varchar.
Could some one tell how I could eliminate this problem?
Thanks