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.
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.
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.