WP Database Error (Windows Server 2008 & SQL Server)

ON DUPLICATE KEY UPDATE is one of several MySQL-specific things used by WP. Best I’m aware there is no equivalent in SQL-Server. You’ll get a syntax error no matter unless you regexp_replace() every query sent to the DB server in order to rewrite the SQL as needed for your specific engine.