Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: Conditional where

    I made a mistake, it is in the ON statement that must be conditional, and only on that one field. The data is too messy to get a good...

  • RE: Need Help

    Actually I think I just found a solution, thank you vary much!

  • RE: Need Help

    ah yes it does, that is because it is a time variable as one of the PK

    it is stored in our system as 2011-05-16 11:50:29.000 (down to the second,...

  • RE: Need Help

    I hope i did that correctly 🙂

  • RE: Need Help

    OK so here are tables and sample data

    Parts:

    /****** Object: Table [dbo].[Parts] Script Date: 10/21/2013 15:10:45 ******/

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    SET ANSI_PADDING ON

    GO

    CREATE TABLE [dbo].[Parts](

    [PartNo] [varchar](50) NOT...

  • RE: Need Help

    when trying to export my test data, I am using the procedures from your signiture line, yet i am recieving some of the values as null, instead of the select...

  • RE: Need Help

    thank you, i will create those test tables now

Viewing 7 posts - 1 through 7 (of 7 total)