Problem with BCP
Hi Ramesh, Sorry for the delay, actually there is no such option in SQL Server. Inorder to get the result as you expect you have to cast your numeric type to varchar/nvarchar type.Please check the...
View ArticleProblem with BCP
Hi,this is my requirment, I have a data in table like belowProductName AmountXXX 12.25YYY 0.25ZZZ -0.87 When I export these data into...
View ArticleProblem with BCP
we don't have any options/switch in BCP to formate the column values.If I am wrong can you please provide some example......
View ArticleProblem with BCP
How do we format the numeric columns while exporting the data from SQL Server 2005 to text file using BCP Utilty? You shuld use format in the statement of BCP-- Paresh Prajapati...
View ArticleProblem with BCP
hi rramesh_ppm1, What do you mean about "formating" numeric columns? Probably you can refer the below link, on bcp command. It contains some...
View ArticleProblem with BCP
How do we format the numeric columns while exporting the data from SQL Server 2005 to text file using BCP Utilty?
View Article