Click here to Skip to main content
15,915,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please tell me the step by step procedure to import BDF file into sql.
Thanks!
Posted
Comments
DaveAuld 24-Sep-11 12:42pm    
I take it you mean MS-SQL and not MySQL, or is there another type you are using?

1 solution

Please read this article[^] it gives two suggestions on how to do what you want.

1. Use SSIS package[^].
2. Using the OPENROWSET[^] command.
 
Share this answer
 
Comments
Mehdi Gholam 24-Sep-11 12:49pm    
my 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900