OK this may be an odd question but here goes.
We are looking to pull one table out of our current database (this holds attachments mostly Word Docs) and place it into a supporting database.
All the procedures and views are simple to modify of course just prefix the new database name in front of the table. My question suround the Insert proc. We return the newly inserted identity value use Scope_Identity() function currently, with the move of the table into a new database I don't think that will work (correct?). If I create the proc_Insert in the new DB can I return the Value back to a modified procedure in the orginal DB as an output parameter?


Reply With Quote