PC Review


Reply
Thread Tools Rate Thread

ASP SQL Server 2005 Express

 
 
=?Utf-8?B?QUo=?=
Guest
Posts: n/a
 
      25th Aug 2006
Hi All,

I am reading a tutorial,that seems to suggest that i can deploy SQL Server
based
websites without having SQL Server installed on the server.

The impression i have is that i can connect to the '.MDF' file as a
standard file, rather than having to go through the database server.

Is this right?

If so, what penalities (performance, scalability, maintainance) are there
for doing this???

Is anyone doing this successfully!

What limitations would be needed to keep in mind???

Cheers,
Adam
 
Reply With Quote
 
 
 
 
Norman Yuan
Guest
Posts: n/a
 
      25th Aug 2006
No, your impression is wrong.

On the machine where your app runs, the SQL Server/SQL Server Express must
be installed for your SQL Server base app.

The feature in .NET2.0 that you can "connect to" a *.mdf file when needed,
is only available to SQL Server2005 Express, called Sql Server 2005 Express
"User Instance". Even so, Sql Server 2005 Express must be installed and
running before you can attach/detach the *.mdf file in your app.

Using "SQL Server 2005 Express user instance is not much different from SQL
Server on its power. However, if you talking performance/scalability..., you
have to be aware, "User Instance" means only the user account that the user
instance targets for havs access to the database. Depending on your your app
does, you definitely need to take this into account in regards to
performance, scalablity....

"AJ" <(E-Mail Removed)> wrote in message
news:939DF6A1-AB5F-49BC-A2E6-(E-Mail Removed)...
> Hi All,
>
> I am reading a tutorial,that seems to suggest that i can deploy SQL Server
> based
> websites without having SQL Server installed on the server.
>
> The impression i have is that i can connect to the '.MDF' file as a
> standard file, rather than having to go through the database server.
>
> Is this right?
>
> If so, what penalities (performance, scalability, maintainance) are there
> for doing this???
>
> Is anyone doing this successfully!
>
> What limitations would be needed to keep in mind???
>
> Cheers,
> Adam



 
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
any know issues in installing VB.NET 2005 Express, VS.NET 2005 Standard, SQL Server 2005 Express and SQL Server 2005 LeAnne Microsoft VB .NET 2 30th Dec 2005 11:27 AM
Sync SQL Server Express 2005 and SQL Server Mobile 2005. Paul Aspinall Microsoft Dot NET Compact Framework 2 5th Dec 2005 01:16 PM
Sync SQL Server Express 2005 and SQL Server Mobile 2005. Paul Aspinall Microsoft C# .NET 2 5th Dec 2005 01:16 PM
Synchronising SQL Server 2005 mobile with SQL Server 2005 Express Paul Aspinall Microsoft C# .NET 7 2nd Dec 2005 11:51 PM
Visual Basic 2005 Express and SQL Server 2005 Express preview Brian Henry Microsoft VB .NET 6 1st Jul 2004 04:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:41 PM.