Viewing 7 posts - 1 through 7 (of 7 total)
i thought that may be the answer, i was hoping that i could use some function for it... THANKS !
August 19, 2003 at 9:53 am
BOL says:
A table variable behaves like a local variable. It has a well-defined scope, which is the function, stored procedure, or batch in which it is declared.
Within its scope,...
August 11, 2003 at 8:37 am
thanks.. i was wondering about that.. i do have some report_table's that get updated on a regualar basis and i think that it may fit there. as fars as users...
August 8, 2003 at 11:56 am
simplest answer:
Select * into #TempTable from Table
August 8, 2003 at 11:41 am
everyone ! thanks alot... i was doing the backups and db shrink, and it was working for a while, but since i have this data in a few diffrent places...
August 5, 2003 at 6:07 am
Viewing 7 posts - 1 through 7 (of 7 total)