Hi,
I hope you understand how to move the DB to local server. Once you move the DB to your local server then at your local SQL server simply enable remote connections on the instance of SQL Server that you want to connect to from a outside the office, also turn on the SQL Server Browser service on local SQL server and finally from your Router/Firewall at your local office open port 1433 inbound to your local SQL server, so your outside users can access your database. Follow these steps:
1. Enable remote connections on the instance of SQL Server that you want to connect to from a outside the office.
a. Click Start, point to Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Surface Area Configuration.
b. On the SQL Server 2005 Surface Area Configuration page, click Surface Area Configuration for Services and Connections.
c. On the Surface Area Configuration for Services and Connections page, expand Database Engine, click Remote Connections, click Local and remote connections, click the appropriate protocol to enable for your environment, and then click Apply.
Note Click OK when you receive the following message:
Changes to Connection Settings will not take effect until you restart the Database Engine service.
On the Surface Area Configuration for Services and Connections page, expand Database Engine, click Service, click Stop, wait until the MSSQLSERVER service stops, and then click Start to restart the MSSQLSERVER service.
2. Turn on the SQL Server Browser service.
If you are running SQL Server 2005 by using an instance name and you are not using a specific TCP/IP port number in your connection string, you must enable the SQL Server Browser service to allow for remote connections.
a. Click Start, point to Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Surface Area Configuration.
b. On the SQL Server 2005 Surface Area Configuration page, click Surface Area Configuration for Services and Connections.
c. On the Surface Area Configuration for Services and Connections page, click SQL Server Browser, click Automatic for Startup type, and then click Apply.
Note When you click the Automatic option, the SQL Server Browser service starts automatically every time that you start Microsoft Windows.
Click Start, and then click OK.
3. From your Router/Firewall open port 1433 inbound to your SQL server, so your remote server can access your database.
Once you have completed steps then you can access the SQL sever from outside the office.
Regards,
Faraz H. Khan