Activity overview
Latest activity by tadrichard
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...
Can I Use ANTS to debug SQL Server Management Studio?
Here's a problem/question that I think should be right up your alley:
A few months ago, my SQL Server Management Studio 2005 (the client software, not the server) decided that it would like to rand...