文件名称:SqlCompare:SQL比较实用程序
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-27 09:27:06
C#
SqlCompare SqlDataCompare 比较sql表的简单程序。 在app.config上添加连接字符串 SqlDataCompare [db1] [db2] [table] (dstFile) 在哪里 db1:源连接字符串的名称 db2:目标连接字符串的名称 table:表的名称,格式为schema.tableName dstFile(可选):目标文件。 除非绝对路径,否则将写入可执行文件目录 结果 Compare table '[dbo].[Items]' from 'SrcData' with 'DstData' Missing field 'IsOnOff' on destination. Different ~ (GroupId=1,Name=Other,PackageId=4,SortOrder=50,Type=Core) FROM (GroupI
【文件预览】:
SqlCompare-master
----SqlDataCompare()
--------SqlDataCompare.csproj(3KB)
--------Program.cs(10KB)
--------QueryDict.cs(1014B)
--------SqlDataCompare.sln(974B)
--------App.config(240B)
--------Properties()
----.gitignore(2KB)
----README.md(913B)
----.gitattributes(2KB)