Upsizing Question

dogman01

Registered User.
Local time
Today, 12:12
Joined
Dec 3, 2008
Messages
47
I have upsized my database to a sql server and kept the mdb file to work from. I see that there are now 2 copies of each table. 1 is a local copy and the other and odbc copy. If I want to modify or add a field in a table do I use the local copy because opening the odbc copy tells me I cannot modify. The only issue is if I modify the local table the changes are not reflected in the odbc table. Am I supposed to upsize each time I make a table change because using the linked table wizard does not make the needed changes to the odbc. Thanks
 
I'm guessing you need to use the SQL Server system tools to modify SQL objects like tables, etc.
 

Users who are viewing this thread

Back
Top Bottom