INF: Using BCP to Import Image Data into SQL ServerLast reviewed: April 25, 1997Article ID: Q69286  | 
	
	
The information in this article applies to:
 - Microsoft SQL Server version 4.2 for OS/2 - Microsoft SQL Server version 4.2 You can use BCP to copy a file as image data into Microsoft SQL Server. For example, to load the file TEST.DOC into a table, "Image" run BCP as follows: 
 bcp pubs..image in test.doc -Usa -P -SsvrAnswer the prompts to BCP as follows: 
 
  | 
	
	Additional query words: bulk copy Windows NT 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |