New Post: Get Comparison Results In a Log File
Sir,Congratulations and thank you for coming up with this wonderful project. Even most of the similar pay softwares do not offer the features you have provided. Is there anyway to output the...
View ArticleNew Post: Get Comparison Results In a Log File
Great question, Pradeep!At this time there is no way to output the differences to a file. I had thought about using a standard "diff" type of file format, but that only resolves down to lines (rows). I...
View ArticleNew Post: Out Of Memory Exception For Large Result Set
Sir,When comparing result set for around ~ 200000 records i am getting Out Of memory exception. The exception is happening when the tool is evaluating the differences.
View ArticleNew Post: Out Of Memory Exception For Large Result Set
As all processing is done in memory, you may run into limits depending on the shape of the data (i.e. both row count and column count are factors). In my own experience I have successfully run over...
View ArticleNew Post: Out Of Memory Exception For Large Result Set
msorens wrote:As all processing is done in memory, you may run into limits depending on the shape of the data (i.e. both row count and column count are factors). In my own experience I have...
View ArticleNew Post: Sql Compact
The tool is named SDF and does not support SDF files? :(Is there any chances to see it coming or should I do it myself?Actually as I need it pretty soon, I am going to do it. I haven't looked too much...
View ArticleNew Post: Sql Compact
To give you a couple pointers where to go, the bulk of the code for SqlDiffFramework actually resides in another open-source project of mine, CleanCode, which is a set of general purpose libraries. The...
View ArticleNew Post: Run from web site
Hi,Nice tool you created. I have one question. I need the functionality to let the client update/migrate data from staging DB to live DB. So my question is, is there some way to run the program over a...
View ArticleNew Post: Run from web site
Well, two problems as I see it. First, SqlDiffFramework does not do data movement, only data comparison. Second, it does not have any hooks for web access; it is strictly a client-side application at...
View ArticleNew Post: Run from web site
Hi,Thanks for you replay. If I find some time I will try to made some script to do the job.Thanks.
View ArticleNew Post: Source Releases
Are you going to provide source code releases to match your current releases?
View ArticleNew Post: Source Releases
Done--thanks for the prodding :-) ! I have pushed latest code and a new official release as well. As you will see, though, I have not done too much with this project of late.Reasons: (1) Finite...
View ArticleNew Post: Source Releases
Please include the zip file format also. Our organization prohibits downloading any exes from outside. So zip file will allow to download, unzip and start using.ThanksMaharishi
View ArticleNew Post: .Net Framework 4.5
wondering if there are any plans to upgrade to 4.5 and 64bit O/S processing? Also looking for online tutorial. having problems with ODBC import of txt files. probably my issue not programs. this would...
View ArticleNew Post: .Net Framework 4.5
1. Upgrade to 4.5? I purposely lag behind the current framework version when I release a product because the bulk of users may not yet have the latest version, and I don't want to put the impediment of...
View ArticleNew Post: .Net Framework 4.5
Mr. Sorens:Excuse the delay in my reply to your welcomed response to my post. Let me say that after my post I spent several more hours immersed in your guide and trialing and “erroring” your program. I...
View ArticleNew Post: .Net Framework 4.5
Thank you for your kind words. It is always nice to hear when my community efforts provide a benefit to someone!~~Michael
View ArticleNew Post: Additions SQL Query
Hi- impressive tool! I've reviewed the documentation, but couldn't find an answer to this question: After performing an effective Additions compare, does the tool display or allow the user to see what...
View ArticleNew Post: Get Comparison Results In a Log File
msorens wrote: Great question, Pradeep! At this time there is no way to output the differences to a file. I had thought about using a standard "diff" type of file format, but that only resolves down to...
View ArticleNew Post: Additions SQL Query
Porrick1: I do not follow what you are asking. You, as a user, have to specify a query; SqlDiffFramework does not generate queries at all. Also, I do not know what you mean by "an Additions compare" or...
View Article