Archive for the ‘sql server hosting’ Category

I have microsoft sql server 2005, sql 2008 express, and Microsoft Visual web developer 2008 express. What are the exact steps to making my server at home and publishing my first webpage(i dont want to pay to have someone host, and yes i know its better) i thougt microsoft web platform would let me host. hmmmm
webserver? how do i make one of the sql s start trying to host?

hi there,

1. First you need a static ip for your router or you need to configure DynamicDns settings from your router.
2. For free dns records register with www.everydns.net and choose a website name, create a Forward lookup for you Domain name that is mapped to your IP.
3. make sure that you websever is running.
4. from you router forward port 80 to your local machine where your webserver is hosted.
5. make sure that your firewall is not blocking port 80

thats it you are done.

Best Web Outsourcing is an Indian based firm that provides professional outsourcing services in the arenas of software web development and website design to clients around the globe. Whether your needs are as small as a single web designer, or as large as a multi-functional software web development team, Best Web Outsourcing has the ability to meet your requirements. We have a team of experienced, creative, talented, and dedicated IT professionals, including web developers and designers, graphics designers, software programmers, PHP, ASP, ASP.net coders, MY SQL and SQL server database designers, and more.

Duration : 0:2:49

Read the rest of this entry »

Technorati Tags: , , , , , , , , ,

We have a non-profit website. We are on shared hosting now and thinking of moving to a new colocation server. We do not want to use MySQL. Is there a nonprofit version of SQL available? Or can SQL Express handle being used in a production environment?

SQL Exercises site (http://www.sql-ex.ru/) uses SQL Server 2005 Express.

http://the-best–web–hosting.blogspot.com Web hosting is a service that allows you to put your website (domain name) on the internet. After you have thought of a name for your website and registered the domain name, the next step is to find a web hosting service from a web hosting provider~~~~

Duration : 0:1:50

Read the rest of this entry »

Technorati Tags: , , , , , ,

I am a software engineer. I want my software (Designed in Visual Basic 6.0)to make backup and restore SQL Database file hosted on a server. The backup should be made by SQL Server itself. I just want to know how to do send command to SQL to do this.

http://forums.g4tv.com/categories.cfm?catid=64

This may be a stupid question, I understand Microsoft product is always got to be expensive, but this seems ridiculously expensive.

I have a server running windows server 2003 with a couple of websites hosting on it. Now I need a SQL Server 2005 in order to get my database working. But suddenly I found I can’t afford the license cost.

I’m still new on this, can anybody tell me does ‘5 CAL’ means that if there are 10 users viewing my website, I have to pay ‘10 CAL’?!

You can use free SQL Server 2005 Express.
It has not limit on the number of users.

Alojamiento web Peru, Hosting Linux, Windows, Hosting PHP, ASP, SQL Server 2005, Hosting Resellers, Servidores Dedicados

Duration : 0:0:49

Read the rest of this entry »

Technorati Tags: , , , , , ,

I need a provider who gives MS SQL server database space. My present web hosting provider gives only 200 MB which is not sufficient. i need at least 1 GB. No need for a web hosting company, I need only dedicated database service provider.

You might want to rent a cloud server from Rackspace or Amazon. Rackspace has cloud servers starting at around $20.00/month with ~40GB of space, Linux and MySQL preinstalled, root access, etc.

Virtual Servers have a higher level of security, cutting down in the same time management tasks. Virtual servers run as normal Linux servers. They run services like telnet, mail server, web server, sql servers.

Duration : 0:0:12

Read the rest of this entry »

Technorati Tags: , , , , , ,

Hi, I’m being hosted with godaddy.

They give me SQL server, the problem is that they dont give me access through Enterprise manager, only the hosting computer can access SQL server.

I’m trying to restore a Database backup, I already created the tables but now I have to import the data.

What would be the best way to do it?

Thanks in advance
about the first answer, well, I think I did not explained myself. I dont have access from my machine to SQL server. Only the webhosting computer has network access, but I dont have access to install applications, it is a shared hosting.

I only can run scripts against the database through code, so I thought maybe exporting to csv?

Install of MSDE will give you osql.exe on your machine. You may have osql access right now off of the server.

This is a command line interface that works much like Query Analyzer. From there you can restore the database using Restore command or really almost anything else.