Question

When I migrate a view from sql server to sql on a different server using the copy data wizard, it changes it to a table.

How can I avoid this?

Was it helpful?

Solution

Script out the view as a CREATE statement, and simply run that on the other server.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top