Comments
Sort by recent activity
Here's how I ran into this bug:
Need to merge data in a CSV file into an existing table in SQL Server. I import the CSV into a new table.
Now I use SQL Data Compare to compare the new and old tables. Note that the CSV was not exported well, so there are lots of rows with null vaues for what I am using as the comparison key.
When I view the data in SQL Data Compare, it shows 23 rows which I DONT want to merge, so I deselect each of them.
However, when building and/or running the script those rows are included.
Hope this helps. / comments
Here's how I ran into this bug:
Need to merge data in a CSV file into an existing table in SQL Server. I import the CSV into a new table.
Now I use SQL Data Compare to compare the new and old tabl...