I am working with Sept 2005 CTP SQL Server.
*** Creating Data Types -- FINE
*** Creating Database Schemas -- FINE
*** Create AdditionalContactInfo schema -- FINE
........
*** Creating Tables -- FINE
*** Loading Data -- FINE
*** Adding Primary Keys -- FINE
*** Adding Indexes -- FINE
*** Creating XML index for each XML column -- FINE
*** Creating Foreign Key Constraints -- TROUBLE
Msg 547, Level 16, State 0, Line 1
The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_Address_StateProvince_StateProvinceID". The conflict occurred in database "AdventureWorks", table "StateProvince", column 'StateProvinceID'.
Msg 547, Level 16, State 0, Line 1
The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_BillOfMaterials_Product_ComponentID". The conflict occurred in database "AdventureWorks", table "Product", column 'ProductID'.
ETC... <about 50 error messages follow>
*** Creating Table Views - FINE
*** Creating Database Functions -- FINE
*** Creating Stored Procedures -- FINE
*** Creating Extended Properties
Database
Files and Filegroups
Schemas
Tables and Columns
Triggers
Views
Indexes
Constraints - PK, FK, DF, CK
Msg 15135, Level 16, State 19, Procedure sp_addextendedproperty, Line 42
Object is invalid. Extended properties are not permitted on 'Person.Address.FK_Address_StateProvince_StateProvinceID', or the object does not exist.
Msg 15135, Level 16, State 19, Procedure sp_addextendedproperty, Line 42
Object is invalid. Extended properties are not permitted on 'Production.BillOfMaterials.FK_BillOfMaterials_Product_ComponentID', or the object does not exist.
Msg 15135, Level 16, State 19, Procedure sp_addextendedproperty, Line 42
Object is invalid. Extended properties are not permitted on 'Production.BillOfMaterials.FK_BillOfMaterials_Product_ProductAssemblyID', or the object does not exist.
<about a hundred more such error messages>
Functions
Stored Procedures
XML Schemas
*** Disabling DDL Trigger for Database
*** Changing File Growth Values for Database
*** Shrinking Database
DBCC SHRINKDATABASE: File ID 1 of database ID 8 was skipped because the file does not have enough free space to reclaim.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Finished - 2005-10-20 09:20:32.123
How can I work through this set of errors
Thanks in advance.

instawdb.sql runtime errors
jus
My SQL Server is on G:
G:\program files\microsoft sql server\90\tools\samples\adventureworks oltp\instawdb.sql
Thanks.
MSANCHEZS
You might want to try that.
Theo Medeiros.
mrpatel
Can you tell me exactly where you downloaded instawdb.sql from With Sept CTP, you should use the instawdb.sql that comes with the setup. In Books Online, please see topic:
"Running Setup to Install AdventureWorks Sample Databases and Samples"