Hi timmah13,
I am also in the same process of converting queries from Access 2000 to SQL Server 2000. Have you gone through
converting update statements with right join from access
to sql server. If so please let me know how to convert the
following:
1.UPDATE table1 AS a RIGHT JOIN table2 AS...
Datatype is date/time in access and in where condition it is looking for the date > date1.
Do we have to split UPDATE statement with RIGHT JOIN into
2 statements or does it work has you mentioned.
Thanks,
Srim
Hi,
I'm trying to convert all the queries in Access database and the queries in the VB program to T-SQL(sql server) format. This is because we are moving the database from access to sql server. I need to know how to change the following queries to t-sql:
1.UPDATE table1 AS a RIGHT JOIN table2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.