Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

sql server conflicts between versions?

 
   Database Forums (Home) -> Programming RSS
Next:  Free Text Search issue ?!  
Author Message
peter

External


Since: Jul 15, 2010
Posts: 1



(Msg. 1) Posted: Wed Jul 14, 2010 8:25 pm
Post subject: sql server conflicts between versions?
Archived from groups: microsoft>public>sqlserver>programming (more info?)

Hi,

I am using firebird 2.0 database for my application. It runs at our client
site very well. But one day it did not work. Finally we found the client
installed some other application, that used lower version of firebird.

Now we are planning rewrite our application in .net and use sql server
express as database. Since much more applications use sql server than
firebird, will the firebird problem happens in sql server as well? I mean if
I use sql server 2008 express, if my client installs different versions of
sql server or sql server express before or after installing my application,
will this causes a trouble?

Many thanks

 >> Stay informed about: sql server conflicts between versions? 
Back to top
Login to vote
Eric Isaacs

External


Since: May 12, 2008
Posts: 109



(Msg. 2) Posted: Thu Jul 15, 2010 10:01 am
Post subject: Re: sql server conflicts between versions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You can install different versions of SQL Server on the same server as
different instances when it comes to standard SQL Server. SQL Server
Express is limited to 1 GB of memory and 4 GB of storage. I'm not
sure how that is affected if you install SQL Server Express 2005 and
SQL Server Express 2008 on the same box, or if that is possible.

You can install standard editions of SQL Server 2000, 2005, and 2008
on the same machine and use them all independently as different
instances. You can also run SQL Server 2000 databases on SQL Server
2005 and 2008 running in SQL Server 2000 "compatibility mode" whereby
features from SQL Server 2000 are maintained in 2005 and 2008. (You
cannot however restore a SQL Server 2000 database that was backed up
from a 2005 or 2008 database and run in 2000 compatibility mode back
to SQL Server 2000 later.) So if the user "upgrades" to a new version
of SQL Server, that shouldn't prevent their old version of SQL Server
from still working with the same compatibility, nor would it prevent
existing functionality from breaking. If a user downgrades, which
doesn't really make sense, it would not be easy to restore the
database on that older version, if it had ever been run in the newer
version. You could script the database and migrate the data to the
older database, but depending on how complicated the data structure
is, that might be difficult and expensive. If a user installed an
older version of SQL Server, the solution in my mind would be to also
install the newer version again.

-Eric Isaacs

 >> Stay informed about: sql server conflicts between versions? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
dts versions - I'm coping with dts versioning. Actually, I don't need any but it seems to be impossible to get rid of it. There is single dts 'master' package running a dozen or so 'child' packages. The master package does not change. The child packages may change....

Installed new SQL server 2005 on Windows 2003 Server Stand.. - Hi, I am just trying to register my newly installed SQL SErver 2005 Enterprise Edition on my development machine. But when I try registering I got the below error. How do we address this issue? Looks like this is some thing to do with some kind of..

Q: Anyone made a successfull Linked Server to Pervasive 9... - Hi! I am struggeling with creating a Linked Server to a Pervasive 9.5 the Microsoft SQL is 2005 standard. I can create the connection, set up the credentials without any problem. But when i do query a table i get the folowing error: Cannot obtain th...

SQL Server can fetch information on Install server ? - Hello, SQL Server can fetch (server HDD serial number or SQL Server unique Id (if there is one) ) ? For the licensing purposes Thanks

SQL Server 2000 to SQL Server 2008 - Hi, I have SQL Server 2000(32 bit) on the Win2008 Server, if I would like to promote it to the SQL Server 2008 on the same machine, is it possible? One more question, will the connection string in our client's .Net application need to change as well?....
   Database Forums (Home) -> Programming All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]