Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Issues linking tables from SQL 2008 R2 to Access

Author  Topic 

jerill
Starting Member

7 Posts

Posted - 2011-10-26 : 11:51:29
Hi,

I am upsized from Access 2003 to SQL Server 2008 R2 using Upsizing wizard. And i have linked Access Tables to SQL Server database so that I can use Access forms which now points to SQL as backend.

After upsizing the tables, if I go to SQL Studio on server and right click on any table ( lets say Table1) and see "Extended properties" of any table, I see it is referring to "Table1_local".

But Access forms still inserts data in Table1 of Access database. And SQL Server is referencing to Table1_local. So I don't see any new data inserted as SQL refers to Table1_local. Can I somehow point
from SQL Server Table1 to Access Table1.

I have more than 200 queries in Access Forms.

Any thoughts ?

X002548
Not Just a Number

15586 Posts

Posted - 2011-10-26 : 13:46:52
I'm guessing that you moved the dataINTO SQL Server? The set up ODBC to link the SQL Server Tables?

You will need to rename either the queries, or the tables

The linked table will be owner_table

So go into every query and change it, or rename the links

HOWEVER...I would rewrite the whole damn thing and use stored procedures

Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx


Want to help yourself?

http://msdn.microsoft.com/en-us/library/ms130214.aspx

http://weblogs.sqlteam.com/brettk/

http://brettkaiser.blogspot.com/


Go to Top of Page

paultech
Yak Posting Veteran

79 Posts

Posted - 2011-10-30 : 09:51:11
Ok ,Also you can check the link below

http://www.dbforums.com/microsoft-sql-server/1670778-moving-fro-2000-2008-r2.html

paul Tech
Go to Top of Page
   

- Advertisement -