This script will be helpful to only those people who are
having identical database with different names.
This script can be used to copy single or multiple tables from one database to another
The parameters @tname , source database and target database are important for the script to work.
In the script below I have considered two databases Northwind and pubs . The table to transfer is jobs.
A Normalization Primer
For most DBAs, normalization is an understood concept, a bread and butter bit of knowledge. However, it is not at all unusual to review a database design by a development group for an OLTP (OnLine Transaction Processing) environment and find that the schema chosen is anything but properly normalized. This article by Brian Kelley will give you the core knowledge to data model.
2003-01-13
18,597 reads