> Is it possible with sqlserver to call a sql script from another sql
> script, like @ in oracle ?
You can call another script using ":r" in SQLCMD (or SSMS in SQLCMD mode).
For example:
:r C:\SqlScripts\Script1.sql
--
Hope this s.
Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/
"OD" <olivier.dubuisson@free.fr> wrote in message
news:47e8bc04$0$17714$426a74cc@news.free.fr...
> Hello,
>
> Is it possible with sqlserver to call a sql script from another sql
> script, like @ in oracle ?
>
> Thanks,
>
> Olivier
>