Nov 30, 2001 #1 Dudek Technical User Jan 14, 2002 27 MY Hi There, Can any one tell me how to call One sql file from another sql file. In mySql I used to do this by calling like "Source --.sql"
Hi There, Can any one tell me how to call One sql file from another sql file. In mySql I used to do this by calling like "Source --.sql"
Dec 4, 2001 #2 nicatt Programmer Apr 2, 2001 43 US exec "proc name" parms(if any) for example: exec my_proc_name @run_date Upvote 0 Downvote