Aug 11, 2007 #1 bobk5444 Programmer Joined Jan 28, 2005 Messages 17 Location US hello, when i run a bcp using: ... out -c t'|' the downloaded data contain spaces in the output format ie: "abcde |" instead of: "abcde|" any way to remove the spaces? Thanks very much! BobK
hello, when i run a bcp using: ... out -c t'|' the downloaded data contain spaces in the output format ie: "abcde |" instead of: "abcde|" any way to remove the spaces? Thanks very much! BobK
Aug 13, 2007 #2 mrmitchmitchell Programmer Joined Jul 28, 2007 Messages 7 Location US when you write your query you can use the TRIM() function on that column Upvote 0 Downvote
Aug 13, 2007 Thread starter #3 bobk5444 Programmer Joined Jan 28, 2005 Messages 17 Location US ok good idea thanks for the tip! have a great week and thanks for taking the time to help me on this! bobk Upvote 0 Downvote
ok good idea thanks for the tip! have a great week and thanks for taking the time to help me on this! bobk