I want to ask Does the behavior of SQL engine change wlth changing Operating System ??
let me put this case !!!
i have Table Named table1
and has 3 column
c1,
c2,
c3
and wanting to run just simple query like
Select c1,c1
from table1
order by c1
when run this query
on WinXP, Win2003 server
with SQL 2000,2005
it works
on Win Vista,Win 2008 Server
with SQL 2000, 2005, 2008
it fails
The reason of flailing is "Ambiguous column name 'c1'."
I know if i put ails it works
but i have vb application already written by this way