Viewing 3 posts - 1,066 through 1,068 (of 1,068 total)
End that external process using Windows Task Manager.
October 31, 2007 at 7:19 am
#747051
You are welcome.
October 31, 2007 at 6:32 am
#747027
This is enough:
UPDATE [MyTable]
SET column3 = column2 where account = '105' --trying to move records to account 105
Remove:
FROM (SELECT column2 FROM [MyTable] WHERE account = '101')
October 31, 2007 at 12:05 am
#746921