Viewing 15 posts - 616 through 630 (of 660 total)
Hi thanks for the quick reply, as i am new to T SQL..
Here this SP, I want to shedule it to run by itself, I dont want to pass any...
November 3, 2005 at 6:38 am
Ok this is query..
INSERT INTO perfmeasure..Quarterlyentry
(
ProjectedQtr ,
Yr_EndProjected ,
Diff ,
DiffPercent ,
DiffReason ,
CorrectiveAction
 
SELECT
Projected_Qtr1 ,
Yr_EndProjected ,
Diff ,
DiffPercent ,
DiffReason,
CorrectiveAction
FROM PM..quarterlyEntry
October 19, 2005 at 10:16 am
FYI.. Iam not inserting particular values in it, I am inserting complete table from one DB to another
October 19, 2005 at 10:06 am
Viewing 15 posts - 616 through 630 (of 660 total)