You are on page 1of 1

create database dbPrueba;

go

SELECT *
into dbPrueba.dbo.Customers
from northwind.dbo.Customers

go

Select *
from dbPrueba.dbo.Customers

You might also like