473,766 Members | 2,093 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1508
Mark <an*******@devd ex.com> wrote in news:41691aa2$0 $24925
$c******@news.n ewsgroups.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*******@devd ex.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
3501
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 too much overhead. The reason I'm doing this is because my system "rolls over" databases when it reaches the 2Gb limit with MSDE, but obviously I want to avoid this overhead if the user installs onto a full SQL server instance. Thanks
7
2591
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 discovered that it was created using SQL Server 2000. Is this the reason that my MSDE 7.0 doesn't see the .mdf? If so, how can I use this database with my 7.0? Backup from 2000, restore to 7.0? Thanks for any help.
3
1581
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 file server or DB server. Then install the front-end on every client machine. And clients must be able to connect to the backend remotely. Should I use something like SQL server/MSDE or just a file server? If I use MSDE, will I rewrite all the...
32
2531
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 cheaper to upsize the front end to A2K, A2K2 or A2K3 and use the version of SQL Server provided with that? The system uses local tables extensively and I would not want to disturb this. Enterprise manager would be a requirement. TIA
4
370
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 of the functionality works well except for a page with a datagrid that retrieves data from an MSDE database (error message is detailed below). I have checked the connection string and that looks good and MSDE is properly installed and configured on...
1
1311
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 review that states such: http://www.amazon.com/exec/obidos/tg/detail/- /B000089GKW/002-5297748-8193665?v=glance ---------------------------------------- Reviewer: TW Scannell from Sisters, Oregon United States For the money, I guess I can't...
9
246
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 professional SP2 and an msde database but the strange thing is, on my win 2000 sql server 2000 pc I've got a table which keeps the heighth of something (decimal(8,2)). An example of a stored value is 4512 and in the msde it's also stored as 4512 but...
42
4020
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 procedure editing work too? -- PeteCresswell
14
3039
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 anyone please help me with this as I want to install SQL server and also wouold be grateful, if you can suggest me any workaround to dealwith this problem.(Like should I install any new OS etc). Any help would be appreciated.
0
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10168
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10008
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9837
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8833
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6651
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.