The chronicle nodes in the ADF are versatile. You can use them to create
stored procedures as well as tables, so that a separate step is not required
to deploy your instance.
-Colin
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm. Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only.
[quoted text, click to view] "Joe Webb" <joew@webbtechsolutions.com> wrote in message
news:em6xrB1YEHA.3988@tk2msftngp13.phx.gbl...
> Clint -
>
> Implicit in Steve's response is that you create and maintain the sproc
> outside of the SQLNS framework. As such, you'll need to make sure that
> when/if you change the SQLNS app using NSControl, any corresponding
> changes required to the sproc will need to be done outside the build
> process.
>
> HTH....
> Joe Webb
>
>
> Steve Youmans wrote:
>
> > You access a stored procedure by doing the following
> > <ACTION>
> > EXEC storedprocedurename
> > </ACTION>
> >
> > You must use the EXEC statement in front of the stored
> > procedure in order for it to work.
> >
> >>-----Original Message-----
> >>Has anyone successfully utilized a Stored Procedure to
> >
> > execute the <Action>
> >
> >>element instead of inline TSQL? I would like to utilize a
> >
> > stored proc
> >
> >>although not sure how to approach it. Would it be
> >
> > similiar to the Chronicle
> >
> >>table creation where it checks for existence, then
> >
> > creates it?
> >
> >>Clint
> >>
> >>
> >>.
> >>