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 call

Author  Topic 

ag_ss
Starting Member

48 Posts

Posted - 2006-04-03 : 01:11:51
i have made a .sql file in which i want to call another .sql file
plz tell me the syntax for it

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-04-03 : 01:31:28
I don't think this is possible in Query Analyser.



KH

Choice is an illusion, created between those with power, and those without.
Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2006-04-03 : 01:43:04
tell us what you are trying to do and maybe we can help you with an alternate solution.


-ec
Go to Top of Page

ag_ss
Starting Member

48 Posts

Posted - 2006-04-03 : 02:10:48
i am trying to write sql file in which i am making call to other sql files.
it oracle i if i write @<path>\xxx.sql
it will call that file
is there anythign similiar to it in MSSQL
Go to Top of Page

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2006-04-03 : 02:35:48
I dont think there is functionality of piping in SQL Server

If Debugging is the process of removing Bugs then i Guess programming should be process of Adding them.
Go to Top of Page

ag_ss
Starting Member

48 Posts

Posted - 2006-04-03 : 03:23:03
does it mean i cannt call a file in t-sql
Go to Top of Page
   

- Advertisement -