Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Verify existence of file on disk
Message
De
21/08/2002 12:48:04
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00691815
Message ID:
00692053
Vues:
19
I was curious about the feature that you're trying to implement.

-Mike

>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
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform