Desde el management Studio se puede perfectamente.
Desde el management studio Express no se puede (en MSDE tampoco se podia)
Si antes usabas DTS ahora tambien puedes usar SSIS.

Por que no usas:

select *
into db2.schemma2,tabla2
from db1.schemma1,tabla

saludos

--
--------------------------------
Atte.
Ing. Jose Mariano Alvarez
SQL Total Consulting




On 6/19/07, Juan Manuel Moyano <[EMAIL PROTECTED]> wrote:

 Yo con Enterprise Manager usaba DTS Data Transformaion Services
Import/Export Wizard.
Con SQL 2005 veo que esta herramienta fue sustituida, pero por cual?

Slds
Juan Manuel

 ------------------------------
*From:* [email protected] [mailto:[EMAIL PROTECTED] *On Behalf Of *Mauricio
Miraglio
*Sent:* Tuesday, June 19, 2007 10:11 AM
*To:* Juan Manuel Moyano
*Subject:* [dbadmin] Consulta Limitaciones SQL Server 2005 Express


Hola,

Hace las dos cosas, podes generar un file script.sql con toda la secuencia
y luego ejecutarlo a mano. Se puede publicar a otro server pero el accesso
es a traves de http, con lo cual hay que configurarlo.

http://technet.microsoft.com/es-es/library/ms191310(SQL.90).aspx

Saludos. Mauricio.



On 6/19/07, Juan Manuel Moyano <[EMAIL PROTECTED]> wrote:
>
>  Hola Mauricio gracias por la respuesta,
> te pregunto con esta herramienta podes pasar datos de una base de datos
> a otra o solo genera scripts?
>
>
>
>  ------------------------------
> *From:* [email protected] [mailto:[EMAIL PROTECTED] *On Behalf Of *Mauricio
> Miraglio
> *Sent:* Tuesday, June 19, 2007 9:52 AM
> *To:* Juan Manuel Moyano
> *Subject:* [dbadmin] Consulta Limitaciones SQL Server 2005 Express
>
>
> Yo uso esta herramienta para generar scripts.
>
> Microsoft SQL Server Database Publishing Wizard 1.1
>
> SQL Server Database  Publishing Wizard enables the deployment of SQL
> Server databases into a hosted  environment on either a SQL Server 2000 or
> 2005 server. It generates a single  SQL script file which can be used to
> recreate a database (both schema and data)  in a shared hosting environment
> where the only connectivity to a server is  through a web-based control
> panel with a script execution window. If supported  by the hosting service
> provider, the Database Publishing Wizard can also  directly upload databases
> to servers located at the shared hosting  provider.
>
> Optionally, SQL Server Database Publishing Wizard can
> integrate  directly into Visual Studio 2005 and/or Visual Web Developer 2005
> allowing easy  publishing of databases from within the development
> environment.
>
> 
http://www.microsoft.com/downloads/details.aspx?familyid=56E5B1C5-BF17-42E0-A410-371A838E570A&displaylang=en
>
>
> Es free.
>
> Saludos. Mauricio.
>
>
>
>
> On 6/19/07, Juan Manuel Moyano <[EMAIL PROTECTED] > wrote:
> >
> > Lista, estoy usando SQL Server 2005 Express y quisiera pasar los datos
> > de
> > una tabla a otra tabla en otra base de datos. Se entiende? Yo lo hacia
> > con
> > SQL2000 con la opcion de Exportar, pero aqui no esta esa opcion.
> > Alquien sabe como puedo hacerlo?
> >
> >
> >
> >
> >
> >
>


Responder a