View Single Post

   
  #3 (permalink)  
Old 02-25-2008, 08:42 AM
Frank van Bortel
 
Posts: n/a
Default Re: .dml/.ddl script files

fireball schreef:
> is that proper, to give '.dml' and '.ddl' extention to script filenames?
>
> I wish to call those scripts from single '.sql' script, for example like
> below:
> @@ my_schema.ddl
> @@ my_schema.sql
> @@ my_schema.dml
>
>
> thx4hlp
>
>


It is one way, yes. I'm not to judge whether it's
proper. Declare it standard, and you're done
I would use the .sql for the "main" routine - the one
calling the other two.
--
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Reply With Quote