i have this code in which i define a @TempTableCursor
but is there a way that the TargetTable will be
TargetTable1,TargetTable2,..TargetTable(i)
so when i define set the @TempTableCursor it will have in the
defenition the TargetTable with a dynamic changing number?
Declare @TempTableCursor cursor
Set @TempTableCursor = Cursor Local FAST_FORWARD
For Select * From TargetTable
thnaks in advance
peleg
Israel -the best place to live in aftr heaven 9but no one wan't to go there so fast -:)