Gerar Scripts SQL a partir do MSSQL 2005 (incluindo dados)

2

O título diz tudo realmente, qual é a maneira mais rápida de fazer isso?

    
por LiamB 24.01.2010 / 14:10

1 resposta

1

Uma opção é usar da Microsoft Assistente de Publicação de Banco de Dados do SQL Server :

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.

Você pode baixar a ferramenta gratuita aqui .

    
por 24.01.2010 / 15:18