If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
connect non logging database with logging database
HI,
Can I connect nonlogging database with logging database ?
I need to do this from stored procedure.
I want to create stored procedure on nonlogging database but i need some data from logging database
And how can I do it ?
As far as I know is this not possible. I've already done something like that by writing a C routine that does the job. But this is not easy (or fast). I made it working with unloads.