> 1c. Re: cara buat temporer table di sql lwt stored procedure> Posted by:
> "ishak pantjarahardja" [EMAIL PROTECTED] ishak_pantjarahardja> Date: Wed
> May 16, 2007 7:54 am ((PDT))> > Temporary table ada 2 jenis yang local dan
> global, kalo kamu buat yang local maka sintak tsb hanya dapat diakses dalam 1
> session saja, perintah exec.... itu termasuk session yang beda.Coba buat
> create temporary yang global> > Badas <[EMAIL PROTECTED]> wrote:
> Coba cara ini :> > exec ('select * into ' + @nm_table + ' from Table_ABC')>
> Seperti yg dibilang, Temp table di SQL ada 2 macam: Local dan Global. Bedanya
> yg Local dimulai dgn # (contoh #tempLocal) dan Global dimulai dgn ##
> (##tempGlobal)...So make sure table name that you passed into the stored
> procedure is using the right format, otherwise it will just create a normal
> table.Cheers,Man
_________________________________________________________________
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
[Non-text portions of this message have been removed]