I'm trying to update a column in a temp table, based on a subquery. Brain is blank as to why I can't get the following update to work.<BR><pre class="ip-ubbcode-code ...
I have a txt file with two fields. I want to update a value in a table in a SQL Server Db with a value from one of the fields in the text file. I want to do this based on a query using the second ...