Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 upload sql file to database

Author  Topic 

QBALL
Starting Member

9 Posts

Posted - 2009-05-22 : 08:11:40
Hi

Could someone please point me in the right direction or inform me of a tutorial on how I upload my sql file to my MDF database online please.

Many thanks

kishore_pen
Starting Member

49 Posts

Posted - 2009-05-22 : 08:24:48
using bcp to upload text file data into sql server. for more info see SQL BOL.
Go to Top of Page
   

- Advertisement -