I am running into a weird issue. When I try to import data from a view from on database to another it's taking over an hour to copy roughly 300k rows. I am using import export wizard to do the import. However when I run a select * on the view, all 300k rows are returned in about 10 seconds. When I run Insert into dummytable select * from view ... this statement also populates the dummy in 10 seconds.
I am sort of at a loss here. Not sure what's going on. Wonder if someone can share their experience and thoughts on how to solve this issue.
thanks
SQL Pro