Hi All,
I have imported some data from an AS400 system. The connection string is look like:
Provider=IBMDASQL.DataSource.1;Persist Security Info=False;User ID=****;Password=****;Data Source=10.1.1.5
Some data has been imported to my SQL 2005 database. But now in one of my table, some columns contain strange characters like little squares ?
I need to export these data into a XML file without those strange characters, how can i replace them easily?
Thanks in advance
I have imported some data from an AS400 system. The connection string is look like:
Provider=IBMDASQL.DataSource.1;Persist Security Info=False;User ID=****;Password=****;Data Source=10.1.1.5
Some data has been imported to my SQL 2005 database. But now in one of my table, some columns contain strange characters like little squares ?
I need to export these data into a XML file without those strange characters, how can i replace them easily?
Thanks in advance