Article ID: 300272 - Last Review: November 5, 2003 - Revision: 3.2 FIX: Transfer of a View that Contains a UDF by Using DTS Export Data Fails with Error 208This article was previously published under Q300272
BUG #: 352081 (SHILOH_BUGS)
On This PageSYMPTOMS
Attempts to transfer a view by using the Data Transformation Service (DTS) Import/Export wizard fails under the following conditions:
Failed to copy objects from Microsoft SQL Server to Microsoft SQL Server [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'dbo.TestFunc'. CAUSE
The view is being created in the destination database before the UDF, which is the dependent object. All the dependent objects must be created first.
RESOLUTIONTo resolve this problem, obtain the latest service pack for SQL Server 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
290211
(http://support.microsoft.com/kb/290211/EN-US/
)
INF: How to Obtain the Latest SQL Server 2000 Service Pack
WORKAROUND
Transfer all the objects that the view depends on first, and then when you transfer the view, do not include dependent objects.
STATUSMicrosoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1. MORE INFORMATIONSteps to Reproduce Behavior
| Article Translations
|
Back to the top
