SQL Server 2008 R2 データベースのデータベース ダイアグラムを作成するという明確な目的のために、SchemaCrawler をダウンロードしました。
私のデータベースの詳細 (SQL Server 言語) は次のとおりです。
Server Name: localhost\SQLI03
Database Name: TBL_DEV_53
Authentication: Windows Authentication
次の SchemaCrawler コマンドを実行しています。
sc.cmd -c graph -host=localhost\SQLI03 -port=1433 -database=TBL_DEV_53 schemacrawler.Main -infolevel=detailed -schemas=dbo -tabletypes=TABLE -outputformat=pdf -outputfile=database-diagram.pdf %*
そして、私が解決できない2つのことが起こっています:
- パスワードを要求されます。
- 次のエラーを出力しています。
schemacrawler.schemacrawler.SchemaCrawlerSQLException: Could not connect to jdbc:jtds:sqlserver://.\SQLI03:1433/TBL_DEV_53;appName=SchemaCrawler;useCursors=true, with properties {}
私は何を間違っていますか?