I've hosted a website in a freehosting account which supports .net 2.0 and SqlServer 2005Express and they only gave me an ftp access which i can access my website, i found that there's the "App_Data" folder which i placed my database in.
Now here's the message i get when i try to connect to the SQL Express DB
An attempt to attach an auto-named database for file I:DataWebqsh.eucipherasp_015f1bdd-1338-4a35-9873-b29232b472c9wwwApp_Datacipherasp.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share
So, what should i do!
I have a SQL .bak generated by our existing hosting package at 1and1.com, I want to import that SQL .bak to our new hosting package at ixwebhosting.com.
ixwebhosting.com don't have a import feature in their control panel.
I have to maintain the SQL at ixwebhosting.com using Microsoft SQL Server Management Studio Express since they don't have that feature in their cp. I don't see any import features in Microsoft SQL Server Management Studio Express either.
How can I import it using Microsoft SQL Server Management Studio Express or another free GUI program?
39. XMLFILE.XML Please suggest & support me which server will support my file. I am waiting your answer. I shall be very grateful to you. My email address is yog2599@sify.com
I am trying to export from an SQL Server on a hosting company to my own computer using DTS. I'm new to SQL Server manipulations like this so please go easy on me...
I can't seem to manage to do this properly - If I select "Copy tables & data only" it will not copy the identity constraints and primary keys. If I select "copy all objects" it starts giving me permission issues which I cannot seem to resolve, because I guess the tables on the hosting server are owned by my username up there, but when they come to my computer they are orphant?
Isn't there an easy way to do this? It's a very simple database, tables and that's it, not even any stored procedures.
I told my client to use a particular host, or at least one that offers a database... they instead went with a friend of a friend that offers hosting as a reseller.
Now I'm the web developer for this huge site overhaul which requires a database with a host that doesnt offer it.
I'm new to databases... thats why I'm accustomed to using the simplicity of ipowerweb or mediatemple and their phpmyadmin interface.
Anyway... what do I do? Will a database hosted elsewhere work? If you know about this stuff, please help.. I may not be asking the right questions!
I have experience only designing an implementing DB in sql2000 but not too much administering.
My app is a Web Service that communicate with my DB.
The DB is in a hosting company, so I don€™t have too much permissions to play with.
The application have been the same for at least one year, no changes at all but recently my users complaint that the system was not working/responding.
I immediately thought about excessive load
When I went to query analyze and execute the command (sp_who), I saw that 173 processes where sleeping €“ awaiting command
that is the only thing I can imagine was the problem(not sure yet). I investigated and found the Kill process instruction but I was not able to run it because permission.
Based in this scenario How can I give a fast CPR to drain my DB and allow my user to work? Any link? Any sug?
Does anyone use One and One Internet (UK) for their hosting? I use them and when I published my site all membership feautures wouldn't work, I called the One and One support and they said that their servers only support SQL Databases if they were created using their own tool in their control panels. How would I get my site to use their database, I'm really not sure. If anyone else could help me out I'd be grateful. Kind Regards Mattie
hello guys I am developing ASP.NET applications in order to build a portfolio, im using MS SQL EXPRESS databases, do i need a hosting account that allows multiple sql databses or does SQL express fit in to your application, eg as many as you like in as amany applications. I am asking this because i know MS SQL server is a different thing from MS SQL EXPRESS server and hosting companies say stuff like 1 MS SQL databse and stuff. I have multiple applications that wont need the real MS SQL databse because there not live just portifolio stuff. Can somone sugest a ASP.NET hosting company please a cheap one. Thanks Nadeem
I will like to know the files i will load to a remote server if i want to host an sql database. let's use the northwind database for example, if i want to host it on hosting server what are the files i will host i mean i need a detailed procedure on how to go about it.
Hi all! One good thing about access databases is the ability to upload the .mdb file to a hosting server and not being charged for database space. How about MSDE? Does it require SQLServer hosting or can it be done just by uploading the database file? Thanks,Ricardo
Maybe someone can suggest me some software which can be used for SQL 2005 shared hosting? With database size limit, user number restriction and other features.
Does anyone know where I can get SQL Server 2005 witness hosting? Our primary server is in Vermont and our DR site is in New Hampshire. I would like to set up a witness server somewhere off the east coast. I don't want to have to purchase a new server and pay big prices for colo.
Is there such a thing as witness hosting? Would someone be willing to host my witness and I can host yours?
I have a hosting package with network solutions. They tell me that i can only have one sql database... In my app_data folder on my computer web site i crerated, I have three of the main folders... does that mean that i have to merge all of those into one...
Another question, Since having many tables, functions etc how could i copy and paste if i have to merge those, because my express editon, i have no idea how to do it... and in visual web developer I'm not able to copy and paste between data folders??
I have been attempting to locate a hosting company that offers SQL Server 2005 in addition to Analysis & Reporting Services but have been unable to find a hosting company which does so without purchasing the entire server. Anyone know of a company?
I see < SQL SERVER 2005 EXPRESS EDITION LICENSE> it has "hosting services" (at 4.Scope of License ),(Now, English has been removed, but the Chinese Simplified were) it refers to what ?
it is means
1. Services Host -> supply app run environment, like IIS or 2.Server -> Waiting for the link (Server)
I have a server that i would like to use as a dedicated DB Server. It is running Win Server 2k3 and SQL Server 2005. The typical upstream bandwidth is anywhere from 384Kb/s to 700Kb/s. Is this enough to host multiple SQL Server 2005 DB's? The DB's will be used for database driven websites. Please let me know what your thoughts are. Thanks,
Hi all, I'm a newbie of SQL. I built a website using SQL 2005, and the data control was using a dataset and wizard,now when I'm uploading the website + database,I learned godaddy doesn't support database uploading.I have to create an empty SQL database on godaddy's sql server, and reDir the connection in config file. my question is, where should I copy my dataset commands to godaddy's sql server?2nd, how do I invoke them in asp.net? thanks in advanceyonk
I have established roles to restrict access to the data entry pages. The database is SQL Server which I've established on the hosting server. Security was previously maintained through ~/app_data/aspnetdb.mdb (MS Access). It works, but isn't too stable, so I have modified the security to use SQL Server with an aspnetdb.mdf file, also located in the app_data folder. Is this appropriate? Since it doesn't work, I assume not.It's now my assumption that I need to setup a SQL Server database to support the security/roles. I have seen some reference to using a script to build the aspnet.mdf on the hosting server. If I do create such a database, is there anything special I need to do to have my application read the aspnetdb? Do I need a connection string in the membership and/or roleManager sections of my web.config. A little guidance would be appreciated.Thanks
I have been reading on aspnet_regsql.exe tool and still haven't found my answer. So here we go... I am using VWD Express and I have already made many pages in many dbs within the app folder. My question is how do I use the aspnet_regsql.exe tool to know what DB that I want the tool to know AND how do I put in the name of the DB on my sql hosting server? For instance:Let say in my app folder I have a DB named testDB.mdf and my hosting sql server is named sqlHostingServer... so if I use the command line entry in accordance with the documentation, it should look like this (in the dos prompt):aspnet_regsql.exe -E -S localhost -d testdb.mdf -A all -sqlexportonly c:output.sqlbut it seems that for the DB name I can put anything I want and still gives me output... wtfark... any help? I don't work at Microsoft so please simple documentation or something like that.Thanks,MR
Can anyone recommend a good tool for administering my database ? It is located on a hosting service, however, they donot allow the use of the SLQ server admin tool since there are security concerns..
Does anyone know of a commercial hosting service that is supporting the new Reporting Services? The hosters I have talked to don't even know what it is.
I am currently developing an asp.net 2.0 app which uses form authenication now implemented in a sql server express mdf database file. I wonder if there will be problems when I want to deploy this app on a hosted server from a hosting provider. I have the impression that hosting a SQLexpress user instance is currently not supported by hosting companies. Is this correct? Should I revert to an msaccess database instead (we don't want to pay extra for full blown sql server storage). Ronald
Hi to All, If I create a Web Application using VWD and use an MDF file on APP_DATA, I need that my Hosting Provider have SQL Express on server where resides IIS?
If I were going to look into investing into a virtual dedicated server and wanted to save LOTS of $$$ by offerring SQLExpress (FREE) vs. SQL Server Enterprise $25,000 sticker price. The Web sites that I build are for small businesses. Is there an issue in using SQLExpress on the Internet? Considering it is the Web application account ID accessing the database so that is one user hitting the DB. I am unclear on how I need to evaluate multiple calls to the system depending on how many users are on the Web site opening the connection performing SQL Commands then closing the connections all with the same user creditials. <moojjoo />
I want to offer a SQL 2005 server in back-end configuration for my hosting clients. Basically this means that they administer the DB with a webbased tool and the DB server it self is configured in the backend and has no direct connect to the internet. The DBs can only be access from the frontend web server.
- What security considerations should I take to use this server in a public hosting environment? - We only allow webbased administration, no direct connect to the server are allow and possible. - Multiple databases will exist on the same server from different customers.
I really would like to have as many information as possible. There is not much usefull information available on the web or in the books I own about SQL.
The question should actually be: what do you want to prevent from happing on your servers by authenticated users and ofcourse unwanted users. And how to do this.
Architecture question for anyone....We have a typical SQL Server 3-tier VB.net app running at corporate and want our customers to interact through a website. If we host the website on-site, we can simply access the DB; but if we host at a remote location and want the users to perform updates (think DHL, Wells Fargo, Amazon), we'll need replication with Peer-to-peer. Some basic questions: 1) is everyone doing it this way? 2) will we need a full time replication consultant to set this up, keep it up, and keep an eye on it (administering the 50 user, 200 table DB is relatively easy and we've not needed a DBA for the past 10 years). 3) we're not DHL or Amazon, we just want that kind of end user add/update/delete functionality...so transation rates will be miniscule. But still, the corporate site is constantly being updated so we'll need a fat pipe to the hosting service, etc... any thoughts on performance? any other tips on doing an installation like this? thanks in advance john
The Sql Mobile site on MSDN recommends that you do not host SQL Everywhere when running as a service. Is this a recommendation, if so why, or is it simply not possible. My understanding is that when hosteed in a IIS hosted application a not supported exception is throw.
If anyone has any ideas on this or pointers to some resources i would appreciate them.
I must be missing something, and its starting to fusterate me. Bear with me here. I created a site for a ...client I guess you'd call it, and made this really slick newletter generator thing. The people from the web enter in their info, and if they want, they sign up for a newsletter -- all tied into a db, 1 table, 4 stored procedures, REALLY simple stuff. They insisted I used a certain webhost which, on paper, looks like it will fit the bill. I'm starting to question that. On top of the newsletter thing, I created an aspnetdb for the "administration" side of it for her to log into and send out the newsletter so total, there's 2 dbs in the app_data folder. Locally, it works GREAT and on my test box (iis6) that is running 2k5 express. The webhost runs sql2k in (what I consider) a bastardized way. Can't use the management studio, can't use anything except a really weak web-based interface which adds to my fusteration. Anyway, my questions : 1, is there a way to make the mdf files work with sql2k without having to re-do the whole thing and 2, if I have to redo it, does anyone have an example connection string that might help out?