I'm moving from access to SQL2000 using VB6 and ADODC.
With access, when joined tables had fields with identical names, the resulting column names were prefixed with the original table name. Now this doesnt happen with SQL2000. Its annoying to specify all fields in queries as I try to make generic queries that I can use on different tables.
So is there an option in SQL server to do that ?
thx alot
With access, when joined tables had fields with identical names, the resulting column names were prefixed with the original table name. Now this doesnt happen with SQL2000. Its annoying to specify all fields in queries as I try to make generic queries that I can use on different tables.
So is there an option in SQL server to do that ?
thx alot