Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Verify existence of file on disk
Message
 
À
21/08/2002 08:24:38
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00691815
Message ID:
00691869
Vues:
13
I mean something like this:

CREATE PROCEDURE Check AS

declare @RetCode int
select @RetCode=1

While @RetCode=1
Exec @RetCode = ExistFile 'NomeFile'

-Michele

>I'm curious. Would you mind providing more information about what you're doing? Specifically, when the stored procedure "loops."
>
>-Mike
>
>>I need to test if a particular file exist on my disk in a stored procedure.
>>This S.P. must loop when the file exists and continue when this file is missing.
>>
>>Can anyone help me ?
>>
>>Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform