Here is the Issue.. Got AdventureWorks 2012 installed
2) "then" RIGHT CLICK... on "AdventureWorks2012 OLT Database" creating these DataBases "AdventureWorks2012_CS ON", "AdventureWorks2012 ON" using SQL Server Management Console..
3) Follwed these instructions
To install AdventureWorks2012 OLTP database from script
- Download AdventureWorks 2012 OLTP Script or AdventureWorks 2012 CS OLTP Script.
- Copy the DDL script files to {SQL Server Path}\Tools\Samples\AdventureWorks 2012 OLTP Script.
Note The default SQL Server 2012 64-bit path is C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\. Use - C:\Program Files (x86)\... for 32-bit SQL Server 2012.
- Open {SQL Server Path}\Tools\Samples\AdventureWorks 2012 OLTP\instawdb.sql in SQL Server Management Studio.
- Update the script path variables.
- If necessary, change the :setvar SqlSamplesDatabasePath variable to your SQL Server 2012 path. The default 64-bit path is C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA. Use C:\Program Files (x86)\... for 32-bit SQL Server 2012.
- Change the :setvar SqlSamplesSourceDataPath variable to the path containing the .csv files.
- On the Query menu, click SQLCMD Mode.
- On the Standard toolbar, click the Execute button to run the script.
Problem is that there is no place to find the files in the SQL Server Management Console..
Why not just create an exe. to install all of the sample databases.. this is far to convoluted and troublesome for a "New Bee"