PC Review


Reply
Thread Tools Rate Thread

What is the difference betwnn sdf and mdf

 
 
Tony Johansson
Guest
Posts: n/a
 
      25th Mar 2011
If I right click on the project and select add new iteem.
In this Add New Item dialog there are several templates.
Two of these are called "Local database" which create a sdf file database
and if I select "Service-based Database"
I create a mdf file.

So the difference must be more then just the name sdf or mdf ?

//Tony


 
Reply With Quote
 
 
 
 
Arne Vajhøj
Guest
Posts: n/a
 
      26th Mar 2011
On 25-03-2011 14:37, Tony Johansson wrote:
> If I right click on the project and select add new iteem.
> In this Add New Item dialog there are several templates.
> Two of these are called "Local database" which create a sdf file database
> and if I select "Service-based Database"
> I create a mdf file.
>
> So the difference must be more then just the name sdf or mdf ?


MDF = SQLServer

SDF = SQLServerCE

And contrary to the almost identical names, then it is
two completely different products.

A database server and an embedded database.

Arne
 
Reply With Quote
 
Tony Johansson
Guest
Posts: n/a
 
      26th Mar 2011

"Arne Vajhøj" <(E-Mail Removed)> skrev i meddelandet
news:4d8d2d31$0$23753$(E-Mail Removed)...
> On 25-03-2011 14:37, Tony Johansson wrote:
>> If I right click on the project and select add new iteem.
>> In this Add New Item dialog there are several templates.
>> Two of these are called "Local database" which create a sdf file database
>> and if I select "Service-based Database"
>> I create a mdf file.
>>
>> So the difference must be more then just the name sdf or mdf ?

>
> MDF = SQLServer
>
> SDF = SQLServerCE
>
> And contrary to the almost identical names, then it is
> two completely different products.
>
> A database server and an embedded database.
>
> Arne


I assume that the amount of feature and functionallity is limited when I use
the sdf database compared to the mdf database file.

//Tony


 
Reply With Quote
 
Arne Vajhøj
Guest
Posts: n/a
 
      26th Mar 2011
On 26-03-2011 14:35, Tony Johansson wrote:
> "Arne Vajhøj"<(E-Mail Removed)> skrev i meddelandet
> news:4d8d2d31$0$23753$(E-Mail Removed)...
>> On 25-03-2011 14:37, Tony Johansson wrote:
>>> If I right click on the project and select add new iteem.
>>> In this Add New Item dialog there are several templates.
>>> Two of these are called "Local database" which create a sdf file database
>>> and if I select "Service-based Database"
>>> I create a mdf file.
>>>
>>> So the difference must be more then just the name sdf or mdf ?

>>
>> MDF = SQLServer
>>
>> SDF = SQLServerCE
>>
>> And contrary to the almost identical names, then it is
>> two completely different products.
>>
>> A database server and an embedded database.
>>
>> Arne

>
> I assume that the amount of feature and functionallity is limited when I use
> the sdf database compared to the mdf database file.


Actually I think that the SQL dialect on SQLServerCE is fine.

The difference is that SQLServer is a database server intended to serve
1-10000 users (client apps, web requests or whatever) while SQLServerCE
is an embedded database that is superb for serving 1 users but can serve
a small number of users fine.

I would use SQLServer for web app and for a server app, but SQLServerCE
for a desktop app (storing data locally).

Arne

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
subtract the time difference from another time difference =?Utf-8?B?RGFubmlnaXJs?= Microsoft Excel Misc 3 30th Sep 2007 03:47 PM
charting a difference of 2 columns' w/o adding a difference column =?Utf-8?B?V2Fi?= Microsoft Excel Charting 4 27th Jul 2005 02:37 AM
Difference between bin and obj directories and difference between project references and dll references jakk Microsoft ASP .NET 4 22nd Mar 2005 09:23 PM
how do i download difference account messages into difference fol. =?Utf-8?B?Ymx1X2VibHVl?= Microsoft Outlook 1 10th Oct 2004 05:13 PM
Time difference error with no time difference Rob Oldfield Microsoft Windows 2000 Security 0 5th Mar 2004 10:33 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:53 PM.