質問

Using SQL Server Data Tools (SSDT) in Visual Studio 2013 (VS2013)...

When I choose "New Data Comparison..." from the Tools/SQL menu, the resulting "file" is named "SqlDataCompare1" in the title of the window.

It takes a while to specify exactly which tables and columns I want to compare, and which index each should use, and I want to save that setup!

However, I can find no way to save this file!

Is there a way to save a SQL Data Comparison?

役に立ちましたか?

解決

As of now, there is no way to save the Data Comparison in Visual Studio. See this link also. You can only save Schema Comparison files in .scmp format. (I use this to at least save my connections for my Data Comparison)

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top