We are facing an issue on a SQL 2005 cluster server. The following query Select * from openquery(------,'.......) used in an SSIS package is returning different results when the SQL services are running on different nodes of the cluster. On one node it returns results with a decimal point as it should, while on the other node it returns the same value with commas.
What could be causing this difference ?
TIA