Import SQL dump

  • Thread starter Thread starter Markus Rathmayr
  • Start date Start date
M

Markus Rathmayr

Hi!

Is there any elegant way to import a dump something.sql via ASP.NET into a
SQL-Server database.

I need it for an initial installation procedure of an intranet project.

Thanx

Markus
 
One option is running the script using the command line sql tools, like
osql.exe. You can use a Process object to run this.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top