You administer a Microsoft SQL Server instance that will support several databases.
You need to ensure that every new database created has a data type named postalcode that contains the
same attributes.
What should you do?
One option is to create SQL Server user defined data types.
One trick with new databases is to create the objects in the model database, so as new databases are created the user defined data types will automatically be available.
Currently there are no comments in this discussion, be the first to comment!