Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Package fails if table doesn't exist
Message
De
12/12/2011 10:53:46
 
 
À
12/12/2011 05:28:02
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Business Intelligence
Divers
Thread ID:
01530840
Message ID:
01530863
Vues:
25
>Hi
>
>I've created a package to process some data and send out some results.
>
>Part of the package creates a tempdb table which is used in a subsequent step to import a csv file.
>
>If the server has been restarted since the packages last run the tempdb file doesn't exist and the package fails because of the missing file.
>
>How can I prevent the package checking for the existence of this file before it starts as I'm going to create it anyway if its not there.
>
>Thanks
>
>Nick

Needed to set validateexternalmetadata to false in the dataconversion job step.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform