If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Pleeeease need help in SQL Server Database Hosting?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-28-04, 00:03
Mr_Shihab Mr_Shihab is offline
Registered User
 
Join Date: Apr 2004
Posts: 13
Smile Pleeeease need help in SQL Server Database Hosting?

I am using a SQL Server 2000 Database for the purpose of development.

Now I want to host the SQL Server2000 database in the internet and I want to access it via the ASP.Net

1) Please, what is the best server that host SQL Server databases?
2) And Can I control the database remotely(such as execute srcipt to change table structure in the hosted database) as I did in Query Analyzer?
3) Is the administer of the hosting server able to change the strucure and contents of My Hosted DataBase?

Please send me an example if you have
Reply With Quote
  #2 (permalink)  
Old 04-28-04, 01:52
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
SQL Server is available as a database option from many hosts. I have used readyhosting.com and interland.com (both are very good), and currently host several sites myself on windows servers as well.

Your host will set up a database for you, and then you can use Enterprise Manager to access and manage the database remotely over the internet.

You can get a copy of Enterprise Manager by purchasing the Developer's Edition of SQL Server for about $50.

Access to manage the database is controlled by SQL Server authentication...

Access to the database via your scripts is done using standard SQL Server Provider or ODBC statements.

Tim
__________________
Tim
Reply With Quote
  #3 (permalink)  
Old 04-28-04, 10:12
ASP-Hosting.ca ASP-Hosting.ca is offline
Registered User
 
Join Date: Apr 2004
Posts: 50
Your best bet is to find a reliable host offering Windows 2003 Server, which is the most stable server OS from Microsoft so far.
You can control your database remotely through Enterprise Manager, Query Analyzer or through a web interface.
The server administrator can change the structure and the content of your database, so be careful when choosing your hosting provider .
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On