all groups > sql server msde > october 2006 >
You're in the

sql server msde

group:

Replacing MSDE by SQL Server 2005


Replacing MSDE by SQL Server 2005 anibakore
10/30/2006 1:55:24 AM
sql server msde:
Hello ,
I have an application that uses MSDE internally. Now I want to replace
that MSDE database by full SQL Server 2005. I have SQL server 2005
installed.
Is it possible to replace the MSDE instance that the application is
using, by SQL server instance without changing the application's
configurations?


Thanks,
Anirudh Bakore.
Re: Replacing MSDE by SQL Server 2005 Hari Prasad
10/30/2006 11:43:27 AM
Hi,

You could.. All you have to do is:-

1. back up the databases in MSDE
2. Restore the database in SQL 2005
3. Create the logins
4. Change the application connection string to point to SQL server 2005

Thanks
Hari


[quoted text, click to view]

Re: Replacing MSDE by SQL Server 2005 anibakore
10/30/2006 8:51:43 PM
That's the main problem.. I dont have an access to the
connectionstring. It is embedded in the application.
[quoted text, click to view]
Re: Replacing MSDE by SQL Server 2005 Arnie Rowland
10/30/2006 9:17:11 PM
That may present a bit more of a challenge.

First, it is important to determine if the MSDE is the 'default' instance of
SQL Server, or if it is a 'named instance'.

Go to [Administrative Tools], and select the [Services] applet.
How many services that start with MSSQL do you find?
If more than MSSQLSERVER, what are the names?

Gather and report that information and someone here can help you further.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous

You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf


[quoted text, click to view]

Re: Replacing MSDE by SQL Server 2005 anibakore
10/30/2006 9:29:28 PM
Hi,
The instance is a named instance.There is a separate service called
"MSSQL$Appname".
Where Appname is the name of the application I am using.
Thanks,
Anirudh

[quoted text, click to view]
Re: Replacing MSDE by SQL Server 2005 Arnie Rowland
10/30/2006 9:48:11 PM
I would recommend that you first install SQL 2005 on a test computer and
test the application against the test server.

This article seems to be complete about the 'in-place' upgrade process.

http://www.microsoft.com/technet/prodtechnol/sql/2005/msde2sqlexpress.mspx


--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous

You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf


[quoted text, click to view]

AddThis Social Bookmark Button