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
 run sql scripts

Author  Topic 

ag_ss
Starting Member

48 Posts

Posted - 2006-04-04 : 04:53:21
can i run a sql file which is having refernce to other sql file
if yes how to do it
eg.
i have a.sql file and it file need to call b.sql and c.sql
how to manage it

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2006-04-04 : 05:02:07
nopes i dont think so you can that in sql server...

what we do is manage all the mass updates version wise and run them in the sequence order..

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-04 : 05:07:30
i think u r right i m not finding any way to do it
in oracle is very simple
Go to Top of Page

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2006-04-04 : 05:24:27
yeah you are right every Venders have their own features.

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

- Advertisement -