Activity overview
Latest activity by hemantgaur
Hi, Thank you for your reply. That explains how I select columns for comparison. The second part of my question was how do I select the columns that I want to update. I do not want to carry forward the values of certain columns. i.e. I want to exclude some columns using the API.
Thank you. / comments
Hi, Thank you for your reply. That explains how I select columns for comparison. The second part of my question was how do I select the columns that I want to update. I do not want to carry for...
how can you do that using code? that is exclude a column. I dont care if a column value is different. Second part of the question is, I want to exclude a column from being synchronized. That is no matter what, I dont want to update that column? Is it possible using API? do you have an example? Thank you for your help.... / comments
how can you do that using code? that is exclude a column. I dont care if a column value is different. Second part of the question is, I want to exclude a column from being synchronized. That is...
Selecting cols to compare and updating certain cols only
Hi I am new to Red Gate API, so it might sound like a basic question.
Table T1 has following columns. C1, C2, C3, C4, C5, C6.
I want to compare only C2, C3, C4 columns with destination. I want to...
I sent you a private message. Requesting you to delete this post if you want to. It was entirely my fault. I was loading the configuration using a data file, and had two versions of it, one in debug folder and one in release folder and that is why it was behaving differently. All is fine now. I have a licensed copy. / comments
I sent you a private message. Requesting you to delete this post if you want to. It was entirely my fault. I was loading the configuration using a data file, and had two versions of it, one in d...
Works in debug mode, does not when i run without debug
Hi,
I had a question. When I try to synchronize a table, it works when I run in debug mode (F5) but does not when I run it without debug (Ctrl F5). Following is the SQL generated in run mode when...