tags:

views:

40

answers:

2

how to import a SQL ddl file into ms sql server 2005?

+1  A: 

A SQL ddl file is just a bunch of queries, right? Just execute them with any SQL client or the management studio. I prefer Query Express

Fried Hoeben
A: 

You can use SQL Server Managment Studio, or use the SqlCmd line.

Mitch Wheat