|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: Insert into DB problemby Grygonos (Chaplain) |
| on May 25, 2005 at 13:46 UTC ( [id://460406]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
That's a SQL Server specific way of saying from this database on the same server, use this table. As was mentioned above, a stored procedure will be able to handle that. Also worth noting, is that if you choose to create any more sp's in this fashion that will be returning data, you will need to SET NOCOUNT ON
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||