I need to install SQL Server, however I have a BIG problem with it. I remember when I tried to install it I got error with MSXML and it was not installed because of MSXML and some other component. Is there any portable version of SQL Server?
feedback
|
migrated from stackoverflow.com Mar 2 '11 at 13:53
This question came from our site for professional and enthusiast programmers.
|
SQL Compact Edition: | |||
|
feedback
|
|
There is no such thing as a "portable" version of Sql Server, as provided by Microsoft. There are "light" versions of Sql Server such as Sql Server Compact edition, but any "portable" version would have to be created by you. By "created by you" I mean:
In other words, you'd need to write the Sql Server installer. Find and resolve the issue around MSXML (try http://www.serverfault.com), that's the real way to solve this issue | |||
|
feedback
|
|
You can fix the MSXML related errors while installing SQL Server 2005 with MSXML_FIX.VBS found here. | |||
|
feedback
|
|
It would be quite useful to know which version of Windows are you working with, and which version of SQL Server your application requires. "Light" versions of SQL Server have been around for a while, starting with MSDE (for SQL Server 7.0 and 2000) and ending with SQL Server Express and/or Compact for more current releases; but no one of them is going to install properly if you have issues with required components such as MSXML, so you really should first look into fixing them. | |||
|
feedback
|
|
Microsoft SQL Server Compact 4.0 :
| |||
|
feedback
|