Link to home
Start Free TrialLog in
Avatar of paulfryer
paulfryer

asked on

User Defined Defaults & DataTypes

I created a database from an SQL export of another database. Both are SQL Server 2000. The issue I have with the new database is that the default values, which are assigned to user defined data types, are not inserting automatically. Why are the defaults which are assigned to the data types, not propagating on inserts?
ASKER CERTIFIED SOLUTION
Avatar of rafrancisco
rafrancisco

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of paulfryer
paulfryer

ASKER

I did a copy from a SQL script, I did NOT use the import wizard.
How did you generate the SQL scripts?  Is it through Enterprise Manager--> Generate SQL Scripts?  If so, did you go to the Options tab and selected the Table Scripting Options, specifically the last one, "Script PRIMARY keys, FOREIGN keys, defaults and check constraints"?