The sql-server tag has no wiki summary.
4
votes
1answer
488 views
Just really confused about setting up my site on Amazon EC2
So I have a site that is developed in ASP.NET MVC2. I use a local instance of SQL Server 2008 R2 to test with, and that's where all my tables/stored procs/etc. are.
Now, I want find a web server for ...
2
votes
1answer
283 views
GoDaddy 4GH Hosting Experiences?
I've just come across GoDaddy's 4GH Hosting. It's incredibly cheap and the sales blurb makes it sound amazing.
Anyone tried it out yet (particularly for ASP.NET / MS SQL Server sites)? I'd love to ...
2
votes
0answers
120 views
Plesk 11 SQL Server DB Restore from Zip Fle
This is a feature i had in DotNetPanel which i guess i took for granted because now that I've moved to Plesk 11, I don't have it anymore, and boy does it hurt.
My database restore uploads have ...
2
votes
2answers
811 views
MSSQL manager like phpMyAdmin
I have a .net hosting account but they have provided a free asp.net enterprise manager, a software to manage MSSQL server. Is there any other Phpmyadmin like software. My server supports Php also.
2
votes
2answers
584 views
MySQL vs. SQL Server GoDaddy, What is the difference between hosted DB and App_Data Db
I'm using GoDdady for site hosting, and I'm currently using MySQL, because there are less limits on size,etc. My question is what is the difference between using a hosted GoDaddy Db such as MySQL vs. ...
1
vote
1answer
154 views
SQL Server and hosting
I'm looking for an ASP.net webhost, to run my site with an SQL Server database.
I've found a good host, but like all of them, adding on SQL Server costs a fortune for some reason, or I can just use ...
1
vote
1answer
187 views
ASP.net based Website DB access issues?
We have a dynamic website based on MSSQL and ASP.net. There is a hosted DB, which we have an IP and access credentials for. We do not apparently know where it is hosted. We need to make changes which ...
1
vote
1answer
542 views
MySQL, SQLServer, Oracle, Postgree, CouchDB, MongoDB, Cassandra or SQLite? [closed]
Who database engine is better, in performance and usability?
0
votes
2answers
121 views
What to use for “localhost” that includes PHP/SQL functionality?
I really do not want to install Linux at the moment, I would have to borrow a USB key, move files, format it, flash it, format it again, move files back, give it back...
What would you recommend that ...
0
votes
1answer
130 views
Web Host for ASP.NET MVC Web Site
I currently host a ASP.NET MVC site on Microsoft Azure. It's a great service, but a little pricey. Costs like $0.12 an hour just to have your site live, and then they also charge SQL Transfer and ...
0
votes
1answer
105 views
How to connect to database on remote server
Where there is VPN to remote server and then access to the database via local network interface, how can one establish a remote link between one's computer (with a programme such as Visual Studio ...
0
votes
3answers
103 views
Have SQL reports on separate database than same database that is serving web app?
We use SQL reports in a .NET web application, but some of our reports are heavy and involve more table join and columns.
As you know we cannot index all the involved columns (performance problem).
...
0
votes
0answers
613 views
PHP Problem: mysqli extension? [closed]
I'm having an issue with PHP on my Godaddy Virtual Dedicated Server. I've run a couple simple PHP scripts and one included:
$mysqli = new mysqli($host, $user, $pass, $db);
which throws the ...