Options

What functionality do the .sdcs files provide?

abjacsabjacs Posts: 11
I'm using SqlDataCompare from the commandline, and I'd like to know what specific information the .sdcs files hold?

Let's say I modify/add an insert statement for a .sql file in the data folder (of a scriptsfolder). Then, I try to migrate the data in my live database to match the scriptsfolder. In my experience, the data in the live database is successfully migrated. (Of course, I haven't touched any of the .sdcs files)

What kind of risks do I expose myself to by performing these types of actions?

Comments

  • Options
    Thanks for your post.

    They’re the index for that set of data scripts – so that we can query them like an indexed table rather than having to read the entire file at once and compile the indexing information ourselves each time.
    Chris
Sign In or Register to comment.