dbTalk Databases Forums  

DTS SQL with 'views on views'

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS SQL with 'views on views' in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Paul W
 
Posts: n/a

Default DTS SQL with 'views on views' - 02-13-2005 , 08:42 AM






Hi - I'm doing a simple SQL object transfer.

If I have a SQL view, aaView that, is for example

Create view aaView as Select * from xxView

View aaView will not be transferred. It appears this is because the creation
of aaView fails because of the reference to xxView (since DTS appears to
re-create the views in alphabetical order of name).

How do I get around this simple issue?

THanks,

Paul.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.