bonjour,

est il possible de tester l'existence d'une table ou d'un champ en faisant par exemple

if exists (select * from @nom_table)
if exists (select @nom_champ from @nom_table)

merci de m'aider