Relative Content

Tag Archive for sql-serverimportdata

how to make parentheses to be used in column names in sql server

I have a problem with import data process. Please help me tackle with it
Specifically, I want to import data including parentheses to SQL server, but SQL cannot recognize it and then output ERROR. I think the reason is come from data type but I don’t know which type of data is suitable with data including parentheses. I tried Varchar and Text but it still error.
Please help me solve this problems.
Thank you so much!