|
Search:
Advanced search
|
Browse by category:
|
Connecting to SQL Server with the Management Studio |
|||||
SQL Server Management studio is a graphical tool that allows for easy, enterprise-wide configuration and management of your SQL Server database and database objects. Administrators running the Management studio, can:
Notes: SQL Server Management studio ships with SQL Server 2005. In order to use the Management studio, you must have your own copy running on your local workstation. does not provide customers with a copy of the Management studio.
Once the connection is made, you can choose your database from the list of databases shown on the server and begin managing your data store. Note that your database is the only one for which you are granted permissions. NOTE
We do not support Crystal Reports or SQL Server Reporting Services
Reason:
Crystal Reports: ASP.NET Framework includes a small number of shared concurrent licenses for Crystal Reports, however if we enable them the following things can happen: -The webserver can be heavily taxed by a few Crystal Reports users, and slow down hosting performance for all the other customers on the same server. -The Crystal Reports user has to wait until another user has ended their session because all the licenses .NET are in use. SQL Server Reporting Services: This cannot securely be run on a shared SQL Server. Your data is potentially accessible by other reporting services users and websites/reports connecting to it. |
|||||