Forum Replies Created

Viewing 15 posts - 46 through 60 (of 267 total)

  • RE: Looking for a no-cost issue tracker

    LutzM (8/24/2011)


    Why don't you just use one of the web hosted solutions then?? :ermm:

    I was wondering the same thing.

  • RE: How well do you know MAX?

    Nice question, I almost fell for answering third highest.

  • RE: Database Snapshot

    I answered correctly, told I was wrong, but the explanation matches my answer.

    Oh well, at least it is Friday. 😀

  • RE: Data nearing to 4GB. is there is a way to extend size?

    TheSQLGuru (6/22/2011)


    Anyone else find it ironic that a company is moving from a FREE SQL Server product to an Oracle product? :w00t:

    I thought that was odd myself.

  • RE: Raw Materials - Cloud Computing, the Next Generation

    GabyYYZ (4/22/2009)


    All hail the Cloud.

    That seems to be what the marketing departments want you to do!

    🙂

  • RE: Etiquette

    The company that I work for provides remote monitoring of various types of engines. Invariably, whenever we get a new customer, they want to be notified of every event,...

  • RE: Memorial Day 2011

    avir673 (5/30/2011)


    I think you people in the United States have forgotten the meaning of Memorial Day. All you can think about is your long weekend and time off.

    Based on what...

  • RE: OLE DB Destination Error

    Is that an option in the wizard? I can't seem to find that option as part of OLE Destination Component.

    Thanks,

    Scott

  • RE: OLE DB Destination Error

    Interesting thought. I had not checked the XML previously, but the meta data has the correct data types.

    Thanks for the idea.

    Scott

  • RE: OLE DB Destination Error

    Nope. no triggers. I'll keep experimenting to get it to work.

    Even though I still don't have it working, at least I know I am not overlooking something obvious.

    Thanks for...

  • RE: OLE DB Destination Error

    Sure, no problem.

    CREATE TABLE [dbo].[SDELogin](

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

    [UserName] [varchar](60) NOT NULL,

    [FullName] [varchar](118) NULL,

    CONSTRAINT [PK_SDELogin] PRIMARY KEY CLUSTERED

    (

    [LoginID] ASC

    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY...

  • RE: OLE DB Destination Error

    Yeah, just double checked and the identity column is set to <ignore> for mappings.

    Thanks,

    Scott

  • RE: OLE DB Destination Error

    Unchecked. If I understand the use of the option, I would only have it checked if I wanted to specify the contents of the column, correct?

    Thanks,

    Scott

  • RE: What's Today?

    jcrawf02 (4/15/2011)


    I got a really strange error:

    "Your selection was rejected due to an unfiled 1058EZ-TQR form. Please consult with your tax professional within five days, or result in fines and...

  • RE: Length

    tilew (4/7/2011)


    What I don't understand, is why SQL told me that the lenght is 4, but microsoft says "the storage size, in bytes, is two times the number of characters...

Viewing 15 posts - 46 through 60 (of 267 total)