Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tool to create SQL Server 2005 tables from class library?

Status
Not open for further replies.

randysmid

Programmer
Dec 12, 2001
801
US
Hi ALL,
Does anyone know of any tools that will create a SQL Server 2005 table using a class library as input?

BACKGROUND
In our case, we are following a new development methodology where we are building the class libraries before creating the actual SQL Server tables. It would be nice if there were some sort of utility that would actually create the tables using the work we did in building the class libraries. FYI, we are using SQL Server 2005.

TIA, Randy Smith
 
Isn't that kind of backwards? We always build the database first, then generate our class libraries from the DB.
I don't know of anything that will do it your way, but I'm sure there must be something out there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top