Hi,
I have a text file extract from a different SQL server and am trying to import the same to our Data Warehouse server.
But it's importing them all as varchar(50) and I want it to keep the types for all the columns, including INT, BIT, Date, DateTime and so on. Is there an easier way to get that done?
I have VS 2012 installed and also SQL server mgmt tools on my Laptop.
Thanks,
Shabbir