Data Generation Plan
Hi,
I wonder if someone can help!
I am using 'database professional' within visual studio and am in the process of creating and populating a target database (my own local database) in order to implement some sort of source control.
I have managed to deploy the master database on to my local machine but I am having problems when performing a 'data generation plan' in order to migrate the data in to the database schema tables.
The error I keep getting is,
Error 3 Table employee : System.Data.SqlClient.SqlError: The level for job_id:0 should be between 93 and 85. C:\testprodb\Database11\Database11\Data Generation Plans\DataGenerationPlan1.dgen 2 0 Database11
Does this imply constraint issues or is it my default level setting which is at fault?
Please note that job_id within the employee table is a foreign key field!!
Any help would be much apprieciated.
Slim5y..

