Newly Migrated backend DB

  • I just migrated a small back end access db to sql server. How can I tell if the Front end is accessing the backend from SQl or still accessing the same back end it was?

  • check connections in the sql server.

    Rename the backend Access db 😀

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Update or insert a row into a table and check via the front end whether or not you can see the change.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • All my Backend tables were renamed with SSMA$...... and then the same table name is showing with a world with an arrow? How do I link them back to the front end of my database? Because now when I try to open my front end it says records source ' ' specified on this form or report does not exist?

  • you'll need to use linked table manager to relink the tables

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • And I did that... I went into the front end DB clicked on the linked table manager and chose the Backend again. When I did that it said it could not link the tables because the table names were not recognized.... Since the names changed when they were migrated I get a message saying basically the database engine cannot find the input table or query......

    On a side note... should I migrate the front end and back end?

  • Inside Access, right-click on one of your linked tables, select Linked Table Manager from the menu, and it will show you where the tables are pointing to.

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply