![]() |
SQl Server 2012 вопрос по командам Select Into
Доброе время суток. Имеется тестовый SQL Server, на котором выполняю различные команды.
Есть БД AdventureWorks2012, в которой есть таблица HumanResouces.Employee; есть БД AdventureExport, в которую нужно скопировать таблицу HumanResources.Employee с помощью Select Into. Если делаю команду select * into AdventureExport.dbo.HumanResourses_Employee_copy from AdventureWorks2012.HumanResources.Employee; go то таблица копируется, но в AdventureExport она называется dbo.HumanResources_Employee_copy . Если копирую без dbo: select * into AdventureExport.HumanResourses_Employee_copy from AdventureWorks2012.HumanResources.Employee; go - то выходит ошибка: Цитата:
Цитата:
|
Время: 21:36. |
Время: 21:36.
© OSzone.net 2001-