sql express versus sql 2005
I have sql2005 installed on my system. The code in the book apparently automatically creates a sql EXPRESS tables and procedures. Since I don't (yet) have SQL Express installed, it doesn't create any tables. How do I locate the table structure / views / stored procedures for any of the projects so that I can replicate it in sql 2005?
|