我下载了SchemaCrawler,目的是为Server 2008 R2数据库创建数据库关系图。
我的数据库(使用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 %*有两件事我无法解决:
schemacrawler.schemacrawler.SchemaCrawlerSQLException:无法用属性{}连接到jdbc:jtds:sqlserver://.\SQLI03:1433/TBL_DEV_53;appName=SchemaCrawler;useCursors=true,
我做错了什么?
发布于 2014-04-04 20:21:57
阿什比
请使用http://technet.microsoft.com/en-us/library/ms188670.aspx中的说明,更改为“Server和Windows身份验证模式”
然后,您可以使用"sa“作为用户,以及您选择的密码。
Sualeh Fatehi,SchemaCrawler
https://stackoverflow.com/questions/22827439
复制相似问题