Viewing 10 posts - 1 through 10 (of 10 total)
I am trying to get the proc to go through the information in the table and find any information with a date older then 12 months then take the older...
November 12, 2008 at 7:29 am
ok cleared the selet i mis-typed it should of been select.
November 11, 2008 at 10:11 am
how do i set up flags in the table and how does this prevent replication of the data.
November 3, 2008 at 8:53 am
this is the stored proc:
USE [BOMVerifier]
GO
/****** Object: StoredProcedure [dbo].[Get_BomInfo] Script Date: 10/31/2008 15:19:41 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER procedure [dbo].[Get_BomInfo]
@PARNT CHAR(15),
@CUSNO NUMERIC(10,0),
@REVCD CHAR(3),
@CSEQN NUMERIC(3,0),
@child...
October 31, 2008 at 1:20 pm
my stored procedure pulls information from an as400 and puts it into the database for others to view.
October 31, 2008 at 1:14 pm
but if i set up a step to delet after it process wouldn't always delet the files or is there a command I would use in the second step to...
October 31, 2008 at 1:10 pm
I have change the code some and that go is gone here is what i have now.
USE [BOMVerifier]
GO
/****** Object: StoredProcedure [dbo].[Get_BomInfo] Script Date: 10/30/2008 12:14:25 ******/
SET...
October 30, 2008 at 2:13 pm
OK I still see the error when I execute the stored procdure it places the information in the table but shows the error. but now all I have to have...
October 30, 2008 at 1:50 pm
Nope the only table with the PARNT feild is in the openQuery and I check the open query produces the information I need from it and doing a query using...
October 30, 2008 at 12:29 pm
What do you mean i used only one of them. if its with the a.PARNT = @PARNT its cause some one here at work said that was all i had...
October 30, 2008 at 10:52 am
Viewing 10 posts - 1 through 10 (of 10 total)