I have a project, and i need to insert values to NORTHWIND database from other database, AdventureWorks2012.
I know how to insert manualy values to one table in one database, but i can find out how to insert from another database.
I FORGOT TO SAY THAT I NEED RANDOM VALUES TO TAKE FROM AdventureWorks2012 DB AND INSERT IT TO Northwind DB.
I'm using T-SQL Server Management studio 2014.
Can someone post me syntax of inserting from one DB to other DB? I would be graceful.