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 |
|
blondiegrlzz
Starting Member
3 Posts |
Posted - 2007-02-23 : 16:31:56
|
| Hi All,Can SQL Server Express or MSDE 2000 coexist with SQLite on the same machine? In other words, can I install SQL Server Express on a machine that has SQLite already installed? If yes, are there any precautions, drawbacks that I should be aware of. If not, please provide reasons.Thank you |
|
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2007-02-23 : 17:34:31
|
| Do you mean this SQLite? http://www.sqlite.org/IF so, there are no issues I use sqlite all the time.-ec |
 |
|
|
blondiegrlzz
Starting Member
3 Posts |
Posted - 2007-02-23 : 17:51:43
|
| ec,Yes. The SQLite, the C embeddable SQL. Did you install the SQL Server Express or MSDE on the same machine running the SQLite? Did it give you any errors? |
 |
|
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2007-02-23 : 18:26:37
|
quote: Originally posted by blondiegrlzz ec,Yes. The SQLite, the C embeddable SQL. Did you install the SQL Server Express or MSDE on the same machine running the SQLite? Did it give you any errors?
I have two instances of SQL Server installed on my workstation. One is SQL express the other is SQL 2K developer edition. Sqlite is installed too and working perfectly.What is your concern? have you had problems with running these apps side by side?-ec |
 |
|
|
|
|
|