Viewing 4 posts - 1 through 4 (of 4 total)
ALTER PROCEDURE [dbo].[usp_PickHistoryReportTbl]
AS
BEGIN
TRUNCATE TABLE Tbl_PickHist;
INSERT INTO dbo.Tbl_PickHist (LastPick,ComponentItemNumber,IssuedQuantity)
SELECT * FROM...
January 8, 2014 at 1:28 pm
Thank you!!!
I will look at changing it....
How can I cause it to perform every day? Is that just via a task in windows?
January 8, 2014 at 12:44 pm
I thought that was a normal method... I don't know another answer..
Is that better as far as best practice?
This tells me incorrect syntax near MAX
I have SQL 2000 ... should...
January 8, 2014 at 12:03 pm
Viewing 4 posts - 1 through 4 (of 4 total)