Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 sql file

Author  Topic 

ag_ss
Starting Member

48 Posts

Posted - 2006-03-29 : 01:33:35
how to call .sql file from another .sql file
in oracle i user

@<path>/xxx.sql
Go to Top of Page

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2006-03-29 : 04:41:56
look up xp_cmdshell and osql in BOL..
Go to Top of Page
   

- Advertisement -