Nov 30, 2001 #1 Dudek Technical User Joined Jan 14, 2002 Messages 27 Location 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 Joined Apr 2, 2001 Messages 43 Location US exec "proc name" parms(if any) for example: exec my_proc_name @run_date Upvote 0 Downvote