i know this post was from a year ago, but you (or any other users running into connection issues with the SDK) may want to try the following when changing the database that you are using. It's from an article i found somewhere, but can't seem to relocate. Basically you have to reset security setting for the dToolsData user. Using Microsoft SQL Server Management Studio Express:
1) connect to the server hosting your database
2) open the Security Folder of the database you are connecting to (DToolsProducts in this example)
step2.JPG
3)Under Security/Schema open the properties of the DToolsData Schema
step3.JPG
4) Verify that the Schema owner is "DToolsData" and press OK
step4.JPG
5) under Security/Users, delete the DToolsData user
step5.JPG
6) create a new User with the following info:
UserName: DToolsData
Login name: DToolsData
Default schema: DToolsData
Schemas owned...: DToolsData
Database Role...: db_backupoperator, db_owner
step7.JPG
Press OK
7) repeat 2-6 for each database you want to access (i.e. Projects, Users)
another thing to be aware of: make sure Mixed Login Mode is selected when creating the server.
happy hunting...