Re: Scripting a SQL database
From: Robbe Morris [C# MVP] (info_at_turnkeytools.com)
Date: 02/19/05
- Next message: Michael C#: "Re: MSCS Questions"
- Previous message: Roland Hall: "Scripting a SQL database"
- In reply to: Roland Hall: "Scripting a SQL database"
- Next in thread: Roland Hall: "Re: Scripting a SQL database"
- Reply: Roland Hall: "Re: Scripting a SQL database"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 19 Feb 2005 18:42:44 -0500
Yes and yes.
You just use the connection.execute mysqlscriptstring
You've just got to connect to the database with an account
that has enough priviledge to run your script.
-- 2005 Microsoft MVP C# Robbe Morris http://www.robbemorris.com http://www.mastervb.net/home/ng/forumvbcode/post10017013.aspx http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp "Roland Hall" <nobody@nonononono.us> wrote in message news:%23J5RkctFFHA.3368@TK2MSFTNGP10.phx.gbl... > 1. With Enterprise Manager what is required to have the script create the > database, the SQL user and > set their password? > 2. Now that I have created the scripts, how do I execute them on a > different > SQL server and can it be done from ASP? > >
- Next message: Michael C#: "Re: MSCS Questions"
- Previous message: Roland Hall: "Scripting a SQL database"
- In reply to: Roland Hall: "Scripting a SQL database"
- Next in thread: Roland Hall: "Re: Scripting a SQL database"
- Reply: Roland Hall: "Re: Scripting a SQL database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|