dbTalk Databases Forums  

Re: Temporal tables

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Re: Temporal tables in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
praveen
 
Posts: n/a

Default Re: Temporal tables - 07-17-2003 , 03:52 AM






You can use global temporary tables(##table) , which can be available to all
the users. Check BOL for more details.

HTH
Praveen Maddali

"Justing Xiang" <gufix (AT) navegalia (DOT) com> wrote

Quote:
Hi, everybody,
Is there any way to create temporal tables (#table) and make them
visible within any task in a dts?
Thanks,
Justingx





Reply With Quote
  #2  
Old   
JFB
 
Posts: n/a

Default Re: Temporal tables - 07-17-2003 , 03:25 PM






Hi,
Remember temp tables are only temporary and it will desapear after run.
Good idea is to create a phisical table and drop the table at the end or
after finish you process.
DROP TABLE tablename
JFB

"Justing Xiang" <gufix (AT) navegalia (DOT) com> wrote

Quote:
Hi, everybody,
Is there any way to create temporal tables (#table) and make them
visible within any task in a dts?
Thanks,
Justingx





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.