Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
I have file which is imported to table raw, now the raw table has Id column and raw_col which contains entire line of data file imported to it.Now this raw_col has data in fixed width, I want to copy this data to proper table, please help me in using bulk import or any for doing so, Also I want to ignore data after #, as that is comment