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.
Author |
Topic |
notalian
Starting Member
8 Posts |
Posted - 2007-06-13 : 09:43:53
|
We are using BCP to export some data from SQL using BCP to a tab-delimitted text file. In fields where values are null, we are seeing a character that looks like "#9733;" (a small square looking character). How can we get rid of it?ThanksNotalian |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-06-13 : 10:33:14
|
The square just means it's not displayable.Can you post an example. a table script with a few rows and the bcp statement to export.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
|
|
|
|
|