Forum Replies Created

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

  • RE: Trigger on Insert for a unique row

    Hi All,

    thanks for all the feedback, i think i am quickly learning that this may not be the best way to approach the issue i have.

    i will put my thinking...

  • RE: Trigger on Insert for a unique row

    Hi Vinu,

    i am not really interested in any content to be honest, the txt file will be used as a trigger for another bit of software - the only thing...

  • RE: SQL Trigger

    wow, that was quick....

    thanks Lowell - i'll give this a try, i'm fairly new to SQL, but i think i can make out most of it.....

    i'll let you know how...

  • RE: SQL Trigger

    Hi Lowell,

    glad you find it interesting - i'm getting stressed - he he

    hopefully this is what you are after.

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    SET ANSI_PADDING ON

    GO

    CREATE TABLE [dbo].[cust_Forms](

    [ID] [int] IDENTITY(1,1) NOT...

  • RE: SQL Trigger

    Thanks for the response Lowell,

    hopefully i can explain a bit more, and hopefully i can make some sense....

    i have an application that when a form is filled out, a new...

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