如何使用BCP导入固定宽度数据

如何使用BCP导入固定宽度数据

本文介绍了SQL Server Express 2005:如何使用BCP导入固定宽度数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用BCP将固定宽度数据从文本文件导入SQL Server Express。我已经阅读了一些关于此事的微软网页,但我对它们并不了解。请举一些例子或指出一些关于这个主题的好教程?

I’m trying to import fixed width data from text file into SQL Server Express using BCP. I have read some Microsoft’s web pages about this matter, but I haven’t got far with them. Can please give some examples or point to some good tutorials about this subject?

推荐答案

那里有很多材料,这些两篇文章似乎是一个良好的开端:

There's a wealth of material out there, and these two articles seem like a good start:

这篇关于SQL Server Express 2005:如何使用BCP导入固定宽度数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 11:48