Question : Multiple monitor issue using Citrix

I have a user who at home has 4 monitors, 2 on top of 2, bottom left is set as primary. When they log into our Citrix portal and launch any office app, it opens in the top left monitor and cant be dragged into any other monitor. If I launch any other non Office app it launches in the bottom left and can be moved anywhere. Any idea what the heck is going on here? Kind of annoying to have to read lengthy emails staring up at the top monitor.

Answer : Multiple monitor issue using Citrix

Reworking the query to:
update tempdb..ICG_ENGINES
set COUNT_TBLS_DBS = (
                 SELECT count(distinct d.DbName)
                 from tempdb..DbSize_all d
                 where upper(d.MachName) = tempdb..ICG_ENGINES.SERVERNAME
                 and upper(d.SvrName) = tempdb..ICG_ENGINES.INSTANCE_NAME
                 group by d.MachName, s.SrvName)
should work.
Random Solutions  
 
programming4us programming4us