Groups | Blog | Home
all groups > dotnet ado.net > september 2007 >

dotnet ado.net : How migrate from SQL Express to SQL Server


William Vaughn
9/6/2007 9:15:27 AM
It depends on whether or not you used the one and only feature in SQL
Express that's not supported on other editions--User Instance.
Otherwise, I expect that all you'll need to do is detach/reattach the
database and change the connection string.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com
www.betav.com/blog/billva
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------

[quoted text, click to view]
William Vaughn
9/6/2007 11:26:22 AM
Check your ConnectionString.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com
www.betav.com/blog/billva
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------

[quoted text, click to view]
VB Programmer
9/6/2007 11:50:23 AM
Using ASP.NET 2.0

I have a website which uses SQL Express.

My hosting company supports only SQL Server.

Any suggestions? What's the easiest way to migrate when I deploy? Will I
have to change any code, or just the connection string?

Thanks!

VB Programmer
9/6/2007 12:30:38 PM
Would I have had to explicitly used User Instance? I don't think I used
it...

[quoted text, click to view]

AddThis Social Bookmark Button