Showing posts with label port. Show all posts
Showing posts with label port. Show all posts

Friday, March 30, 2012

MSDE to SQL Server Express

Hi - I have an MSDE database running on my server - I'd like to port my asp.net 1.1 app to asp.net2, and make use of SQL 2005 Express.

How do I transfer my data from an MSDE database to SQL Server Express, keeping intact all of my unique ID fields, indexes, and SPs (I don't have any functions or views)

Thanks for any help,

Mark

Your best bet is either to "detach" it on the MSDE side, and "attach" it or "restore from backup" on the SQL 2005 side, or use DTS (data transformation services).

|||Hi - it's just SQL Server 2005 Express I have available, so no management tools are there to allow me to 'restore from backup' - I'm not sure it supports DTS either.

Has anyone else been able to do this?

Thanks, Mark|||

Even with SQL Express you should have the ability to detach the database. You need the Management studio installed to work with the Express server engine though. You can download it here.

http://www.microsoft.com/downloads/details.aspx?familyid=82afbd59-57a4-455e-a2d6-1d4c98d40f6e&displaylang=en

|||You don't have to detach from SQL Express if you are using a file based database (You are if you use the AttachDB attribute in your connect string). Just stop whatever application that uses it, and copy the mdb/ldb files to SQL Sever 2005 and attach.

Friday, March 9, 2012

MSDE Installation Parameters

When installing MSDE What is the cmd parameters for enable a TCPIP
connection on a port that is not default. Is this possible.
Thanks
hi Robert,
"Robert Barnett" <rlbcomp@.att.net> ha scritto nel messaggio
news:d5741a07.0404260740.55e21773@.posting.google.c om...
> When installing MSDE What is the cmd parameters for enable a TCPIP
> connection on a port that is not default. Is this possible.
... MSDE 1.0 installer did, but MSDE 2000 setup does not provide this
functionality..
you can only enable/disable network protocols, but you can not specify which
protocol and/or which port..
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.7.0 - DbaMgr ver 0.53.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
|||Is there a way to do this though the Deployment kit, in
that I have to deploy MSDE automatically on over 1000 systems,
Thanks
Robert[vbcol=seagreen]
>--Original Message--
>hi Robert,
>"Robert Barnett" <rlbcomp@.att.net> ha scritto nel messaggio
>news:d5741a07.0404260740.55e21773@.posting.google. com...
enable a TCPIP
>... MSDE 1.0 installer did, but MSDE 2000 setup does not
provide this
>functionality..
>you can only enable/disable network protocols, but you can
not specify which
>protocol and/or which port..
>--
>Andrea Montanari (Microsoft MVP - SQL Server)
>http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
>DbaMgr2k ver 0.7.0 - DbaMgr ver 0.53.0
>(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE
2000 a visual
>interface)
>-- remove DMO to reply
>.
>
|||hi Robert,
"Robert Barnett" <anonymous@.discussions.microsoft.com> ha scritto nel
messaggio news:478901c42bc6$177f8a90$a001280a@.phx.gbl...
> Is there a way to do this though the Deployment kit, in
> that I have to deploy MSDE automatically on over 1000 systems,
really no idea...
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.7.0 - DbaMgr ver 0.53.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply