473,382 Members | 1,526 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Sql Server to MSDE - good choice?

Hi - I have a rather unreliable host just now - but they offer .net, sql
server and SSL for a reasonable price.

Problem is, the domain is hosted on a shared server - and it keeps going
down apparantly because of code which is less than clean, on some
peoples sites. (ie. not closing connections etc).

I am considering moving to a decicated server - but at this point in
time, cannot afford a full SQL Server licence for it - however, the
dedicated server does offer MSDE. Is it acceptable to go back to using
this from SQL Server - for a currently low hit site - ie. around 500
hits per day.

Does MSDE offer stored procedures (I don't use views or triggers)? Can
I just take a DTC backup/export of my current SQL Server database, and
restore it to the MSDE one?

What would be the cut-off point for using MSDE?

Thanks for any info - also, if anyone knows why UK companies charge so
much more dor dedicated servers, than US companies - I'd be interested.

Thanks, Mark

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 20 '05 #1
2 1485
Mark <an*******@devdex.com> wrote in news:41691aa2$0$24925
$c******@news.newsgroups.ws:

DiscountASP.Net is cheap for shared hosting. It hosts two sites for me.
Down time during a year has been zero per cent. It provides .Net, classical
ASP and MS-SQL 2000 and some other goodies.
For several years previously, Interland hosted my sites. I have found
DiscountASP to be one-third the cost and three times more reliable and
responsive. Its e-mail hosting is much more reliable and facile.

I am not associated with DiscountASP.
Jul 20 '05 #2

"Mark" <an*******@devdex.com> wrote in message
news:41**********************@news.newsgroups.ws.. .
Hi - I have a rather unreliable host just now - but they offer .net, sql
server and SSL for a reasonable price.

Problem is, the domain is hosted on a shared server - and it keeps going
down apparantly because of code which is less than clean, on some
peoples sites. (ie. not closing connections etc).

I am considering moving to a decicated server - but at this point in
time, cannot afford a full SQL Server licence for it - however, the
dedicated server does offer MSDE. Is it acceptable to go back to using
this from SQL Server - for a currently low hit site - ie. around 500
hits per day.

Does MSDE offer stored procedures (I don't use views or triggers)? Can
I just take a DTC backup/export of my current SQL Server database, and
restore it to the MSDE one?

What would be the cut-off point for using MSDE?

Thanks for any info - also, if anyone knows why UK companies charge so
much more dor dedicated servers, than US companies - I'd be interested.

Thanks, Mark

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Check out the information here:

http://www.microsoft.com/sql/msde/default.asp

MSDE is a throttled version of MSSQL - the most significant limitations are
that the database size (meaning data files only, not the log) is limited to
2GB, and there's a workload governor which limits performance when more than
8 connections are active simultaneously (even with many connections, most of
them might be idle most of the time anyway).

Most of the functionality which doesn't exist in MSDE is 'enterprise' stuff
like clustering, indexed views, analysis services etc. (see "Features
Supported by the Editions of SQL Server 2000" in Books Online), so if you're
using 'standard' TSQL functionality, you should be OK. Backup/restore should
work fine, as should DTS, bcp.exe, replication etc.

Simon
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Robin Tucker | last post by:
I'm looking for a simple way of telling (inside a stored procedure) if I'm currently using MSDE or a full SQL server. Ideally, there is some pre-defined environment variable that won't cause me...
7
by: Mike Watson | last post by:
I've got MSDE, SQL Server 7.0, installed. I want to handle an .mdf developed by someone else so I loaded the .mdf into my /DATA folder. But, MSDE/ODBC can't see the database. I subsequently...
3
by: swingingming | last post by:
Hi, for 5 weeks, I finished my mdb project. Thanks to all you guys. Now, I would like to put it on a server then 5-6 people can share it. I heard about the splitting back-end database, put it on a...
32
by: dreadnought8 | last post by:
I have a client who wishes to upsize an A97 system from Jet backend to SQL Server 2000. They have up to 4 users. Will they need to buy the minimal 5-seat SQL Server product, or would it be...
4
by: geodev | last post by:
I have developed a small application using ASP.NET and VB.NET on my development machine it works great. When I copy across the files manually to my test machine and create a Virtual Directory all...
1
by: Kodo | last post by:
topic. Can the VB.NET standard 2003 version connect to SQL server 2000 from within the IDE. I read reviews on the software that said that it couldn't. I would like to confirm this. Here is a...
9
by: Piedro | last post by:
Hi Group, I haven written a program on a win 2000 pc and sql server 2000, in the sql server there're about 40 tables with data and now I'm deploying my project on a test pc with windows xp...
42
by: (PeteCresswell) | last post by:
I skimmed the MS spiel at http://msdn.microsoft.com/sql/express, and noted the part about "all inside the Visual Studio 2005 environment". Do the older SQL server tools for security and stored...
14
by: Developer | last post by:
Hello All, i have recently installed VS2005 and was trying to install SQL sever 2000. I have Win XP' SP2. But when I tried installing, it only installed client tools and not the database. Can...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.