How to export/import database
am 20.06.2007 09:35:45 von mwHi
I`ve Ms SqlExpress 2005 and question how to export/import all databases
to/from file.
Bcp.exe can do it but only for a table I think.
Pls help
Mirek
Hi
I`ve Ms SqlExpress 2005 and question how to export/import all databases
to/from file.
Bcp.exe can do it but only for a table I think.
Pls help
Mirek
For entire databases. consider backup/restore. After restoring to a
different server, you may need to create/remap logins. See
sp_change_users_login in the Books Online for details.
--
Hope this helps.
Dan Guzman
SQL Server MVP
"mw"
> Hi
>
> I`ve Ms SqlExpress 2005 and question how to export/import all databases
> to/from file.
> Bcp.exe can do it but only for a table I think.
>
> Pls help
>
> Mirek
>