PiedPiper70
Registered User.
- Local time
- Today, 23:37
- Joined
- Oct 21, 2012
- Messages
- 115
Apologies if this has been covered before, but I can't find the answer, so here goes:-
I have a large A2010 multiuser application with a standard front end/back end split. I need to upsize the data to SQL Server, mainly due to database size.
I've run the MS Server Migration tool and it works fine (forgetting the errors for now!) but every table name has the prefix 'dbo' added. As a first step I am proposing to keep things simple and use ODBC to link the front end to the SQL back end, but how can I do that if the table names don't match?
Obviously I could go through and manually change every table name on the SQL server but that would be very painful. Is there a better solution please?
Thanks
Dave
I have a large A2010 multiuser application with a standard front end/back end split. I need to upsize the data to SQL Server, mainly due to database size.
I've run the MS Server Migration tool and it works fine (forgetting the errors for now!) but every table name has the prefix 'dbo' added. As a first step I am proposing to keep things simple and use ODBC to link the front end to the SQL back end, but how can I do that if the table names don't match?
Obviously I could go through and manually change every table name on the SQL server but that would be very painful. Is there a better solution please?
Thanks
Dave
Last edited: