I wish to import multiple text files into one table in SQL Server 2008 but I don't have SSIS
capability. I wish for the format of the file to stay the same (no formatting or modification of data) and I wish for each file to be dumped into its own row under one column heading (e.g. 'Data')
Go to the complete details ...