running sql script

  • Thread starter Thread starter barry
  • Start date Start date
Hi Barry:

You could open the Server Explorer windows and get a query window for
the MSDE instance you need. There is also the OSQL command line
utility, and of course you can always whip up a form that takes a
script and pumps it through SqlCommand and ExecuteNonQuery. The best
way really depends on the types of scripts and how often you need them
to execute, etc.
 
Thank you very much Scott

Scott Allen said:
Hi Barry:

You could open the Server Explorer windows and get a query window for
the MSDE instance you need. There is also the OSQL command line
utility, and of course you can always whip up a form that takes a
script and pumps it through SqlCommand and ExecuteNonQuery. The best
way really depends on the types of scripts and how often you need them
to execute, etc.
 

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

Back
Top