🧚 注目!Beekeeper Studioは高速でモダン、オープンソースのデータベースGUIです
ダウンロード
March 30, 2023
著者:
Beekeeper Studio Staff
You created a job to run two SQL statements every day at 1:00pm. When you checked your job (Jobs view in Teratrax Database Manager) the next day, you noticed that it says “Failed” under “Last Run Status”.
Run the following SQL command (copy command and paste it in the SQL window in Teratrax Database Manager or Teratrax Source Guard) to determine the cause of failure. It returns the job history of the specified job (replace job name with the name of your job):
EXECUTE MSDB.DBO.SP_HELP_JOBHISTORY NULL,
'job name', @MODE = N'SEM'
Result:
| step_id | step_name | message | run_status | etc… |
|---|---|---|---|---|
| 0 | (Job outcome) | The job failed. The… | 0 | etc… |
| 1 | Step1 | Executed as user… | 0 | etc… |
The message cell contains the error messages that were recorded at the time the job ran. If the job was successful, the cell will still indicate the success status.
Beekeeper Studioは無料でオープンソースのデータベースGUIです
今まで使った中で最高のSQLクエリ&エディタツールです。データベース管理に必要なすべてが揃っています。 - ⭐⭐⭐⭐⭐ Mit
Beekeeper Studioは高速で直感的、使いやすいです。Beekeeperは多くのデータベースをサポートし、Windows、Mac、Linuxで快適に動作します。
Beekeeper Studioについてユーザーの声
★★★★★
"Beekeeper Studioは私の古いSQLワークフローを完全に置き換えました。高速で直感的で、データベース作業を再び楽しくしてくれます。"
— Alex K.、データベース開発者
★★★★★
"多くのデータベースGUIを試しましたが、Beekeeperは機能とシンプルさの完璧なバランスを実現しています。とにかく動きます。"
— Sarah M.、フルスタックエンジニア