Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
データベースサーバーを起動します。
START SERVER AS database-server-name [ STARTLINE command-string ]
START SERVER 文は、データベースサーバーを起動します。データベースサーバーに対してオプションのセットを指定する場合、STARTLINE キーワードをコマンド文字列と一緒に使います。
START ENGINE は互換性のために受け入れられますが、推奨されません。
なし
SQL/2008 ベンダー拡張。
sample という名前のデータベースサーバーを、1 つもデータベースを起動しない状態で起動します。
START SERVER AS sample;
次の例は、STARTLINE 句の使い方を示します。
START SERVER AS eng1 STARTLINE 'dbsrv12 -c 8M';