Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人尝试过 SQL2Mongo 导入器?我想将我的数据从 SQL 服务器迁移到 MongoDB,我知道这是一个 PITA 来获得正确的关系,但我认为这个工具将是一个好的开始。但是我无法让连接字符串正常工作,所以我只是想知道是否有人尝试过这个还是只是个玩笑:P
提前致谢
C:\Sql2Mongo>sql2mongo "数据源=sqlservername;uid=username;pwd=aaa;database=databasename;" “mongodb://localhost:27017)”
http://sql2mongo.codeplex.com/