How do I sync data *from* a script to a database?

neiltroddenneiltrodden Posts: 5 New member
edited December 28, 2016 7:50AM in SQL Comparison SDK 11
Hi!

I've been reading the examples that come with the SDK and in the "DeployStaticData.cs" example, the following code dumps some static data from my tables to scripts within the Data folder. In my case, with my test table it sees 1 row of data in my table and 0 rows in the destination (the script folder). A script file is then emitted which has an INSERT statement in.

I expected that when I reversed source and destination, the SDK would pick up on this script file but it does not. Is this even possible? And if so, how do I prompt the SDK to notice the script file and do the comparison with it and my database table?

Comments

Sign In or Register to comment.