I'm trying to join two tables together in SQL server for updating/inserting/etc and can't figure out if you can join tables inside SQL Server or if you have to do it in the code when you are communiciating with the database. Is it possible to permanently join two tables in SQL Server? If so, how?
Thanks much! ^_^