Missouri State offers database services to University unit, organization, course, and personal web sites hosted on central servers. Sites are provided on an individual Microsoft SQL Server database for use in their web site. This service must be requested as it is not enabled by default.
A web site with database services may make use of the database in two different ways:
Web developers using database forms may visit the Database Services Management System to make changes to tables, export records to Microsoft Excel, clear all records or see database information such as connection strings.
Web developers who need direct access to their database should use Microsoft SQL Server Management Studio Express. This software is installed in the open-access computer labs. It can also be downloaded, installed and run on computers that are members of the SGF or WP domain.
Specific information for connecting, such as server name, can be obtained from the Database Services Management System.
For computers located off campus (with Microsoft SQL Server Management Studio Express installed), run this command:
runas /netonly /user:SGF\privateID "C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\ssmsee.exe"
Replace PrivateID with your private id (ex. abc123). You'll also need to use VPN software when making a connection.