Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
meet_binay
Starting Member
10 Posts |
Posted - 2011-01-15 : 11:52:41
|
| Hi. I am new to the sql server. I am using .net 2005 for front end and sql server 2005 for back end. After development if I deploy the code in client environment, client needs .net frame work 2.0 not the whole .net 2005 on his system. Similarly iS there anything for sql server data base so that we do not need to install whole sql server 2005 in client's environment, instead install that compact frame work kind of thing which recognizes the sql data base and all of its components. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-01-16 : 05:26:46
|
| there is a low weight variant called sql server compact available------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
meet_binay
Starting Member
10 Posts |
Posted - 2011-01-16 : 09:54:41
|
| Thanks, visakh16. But plz can u tell me some thing more about it. Can it be an alternate of sql server 2005 for client environment i.e can it recognize the database of sql server 2005 and its component and provide connectivity with .net exe projects? |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-01-24 : 11:26:16
|
| its a light weight alternative. some of syntaxes are different b/w standard and compact so if you want to include db of sql 2005 then what you might be using is express edition instead.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|
|