hi
i importing excel data into mssql with ,(comma) delimeter
errror comes when i given comma in data
eg
name address
rafi frankstreet , chennai
below code execute successfully
rafi frankstreet chennai
I would suggest use some other separator like Pipe | since otherwise SQL Server will not be able to read it
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.