Forum Replies Created

Viewing 11 posts - 46 through 56 (of 56 total)

  • RE: Are We Wasting Too Much Time Social Networking?

    I was also a late comer to socail networking. I have deliberatly limited myself to facebook for non-work and linked in for work. That has given me a...

  • RE: Desperate for Help

    I don't know why but when I use a query window to to the inserts it works. Now my head hurts.

  • RE: Desperate for Help

    I am typing (inserting) new data.

  • RE: Desperate for Help

    USE [GAGInventory]

    GO

    /****** Object: Table [dbo].[StoreOldShippingAddressJoin] Script Date: 02/02/2009 10:59:51 ******/

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    CREATE TABLE [dbo].[StoreOldShippingAddressJoin](

    [StoreOldShippingAddressJoinID] [int] IDENTITY(1,1) NOT NULL,

    [StoreID] [int] NOT NULL,

    [ShippingAddressID] [int] NOT NULL,

    [CreatedDate]...

  • RE: Desperate for Help

    I need to add this records quickly and I don't have time to add the UI right now. Yes there is a trigger on this table.

    set ANSI_NULLS ON

    set QUOTED_IDENTIFIER...

  • RE: Desperate for Help

    To be clear I am not doing this via code. I am typing directly into the table row. here is the ddl

    USE [GAGInventory]

    GO

    /****** Object: Table [dbo].[Store] ...

  • RE: Newbie T-Sql Question

    thanks you guys/gals rock. That is generally all I need is a pointer in the right direction.

    Thanks.

  • RE: multipart identifier could not be bound

    WOW! Thank you very much. I will study it and try to write better code from now on.

  • RE: multipart identifier could not be bound

    Ouch! That is harsh. I guess I am writing it badly because I don't know all the details on how to write it better and it is for...

  • RE: multipart identifier could not be bound

    Thanks Gila that was exactly the issue. I hate it when it is something like that.

    To the other point. Yes I understand injection but this is...

  • RE: Be a good Database Administrator?

    Learn to say NO early and often :w00t:

    Actually I would say that the main thing is that you understand what is happening in your userbase re:DB access and head off...

Viewing 11 posts - 46 through 56 (of 56 total)