Accessing one database from another (Max plan)

Discussion in 'Databases' started by riceboyler, Aug 30, 2010.

  1. This is probably a stupid question, and while I have worked with SQL Server since version 7, I've never had an issue with this previously, as I've always had access to a dbo user, so it wasn't a problem.

    I created two database (and thus two users) because I wanted to have my DNN install isolated from my other data, but now, I need to either move my tables from one database to the other (and consolidate) or access my DNN database from my non-DNN database. Obviously, with the way the users are setup, each DB user can't see the other database.

    So, is there anyway around this issue? I guess I could do a dump and import if I had to, but I'd prefer not to have to do that if possible. Thanks for any advice/suggestions.
     
  2. Ray

    Ray

    Last edited by a moderator: Oct 14, 2015

Share This Page